SELECT 
  discussion_posts.*, 
  discussion_messages.message, 
  discussion_rating.rating_value 
FROM 
  discussion_posts 
  LEFT JOIN discussion_messages ON discussion_messages.post_id = discussion_posts.post_id 
  LEFT JOIN discussion_rating ON discussion_rating.post_id = discussion_posts.post_id 
WHERE 
  discussion_posts.thread_id = 653954 
  AND discussion_posts.status = 'A' 
ORDER BY 
  discussion_posts.timestamp DESC 
LIMIT 
  0, 10

Query time 0.00074

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.72"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "discussion_posts",
            "access_type": "ref",
            "possible_keys": [
              "thread_id",
              "thread_id_2"
            ],
            "key": "thread_id",
            "used_key_parts": [
              "thread_id"
            ],
            "key_length": "3",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 4,
            "rows_produced_per_join": 0,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "1.00",
              "eval_cost": "0.04",
              "prefix_cost": "1.40",
              "data_read_per_join": "179"
            },
            "used_columns": [
              "post_id",
              "thread_id",
              "name",
              "timestamp",
              "user_id",
              "ip_address",
              "status"
            ],
            "attached_condition": "(`goimagine`.`discussion_posts`.`status` = 'A')"
          }
        },
        {
          "table": {
            "table_name": "discussion_messages",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "post_id"
            ],
            "key_length": "3",
            "ref": [
              "goimagine.discussion_posts.post_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.14",
              "eval_cost": "0.04",
              "prefix_cost": "1.58",
              "data_read_per_join": "9"
            },
            "used_columns": [
              "message",
              "post_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "discussion_rating",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "post_id"
            ],
            "key_length": "3",
            "ref": [
              "goimagine.discussion_posts.post_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.10",
              "eval_cost": "0.04",
              "prefix_cost": "1.72",
              "data_read_per_join": "6"
            },
            "used_columns": [
              "rating_value",
              "post_id"
            ]
          }
        }
      ]
    }
  }
}

Result

post_id thread_id name timestamp user_id ip_address status message rating_value
1623 653954 Karen Reck 1657158540 346 491a4cf8 A Danielle's Tektite sterling silver pendant was on my wish list since it was introduced in the Beyond the Stars Maker Challenge. It is exquisite — such an unusual shape in such a perfect sterling pendant design! 5
1546 653954 Jessica Veda Jones 1653874200 11301 ae1f455f A Wow! I can't say enough good things about this amazing artist! I asked her to custom make something for me that she doesn't even have in her shop (toe rings) and she knocked my socks off!! Literally lol! I may never wear socks again :) Unbelievably easy to work with, stunning work, and super quick shipping. I will be back (I do have more toes after all haha!)! 5
1187 653954 Mechele Sheehan 1644623460 2178 499e3d16 A I’m so sorry if I have forgotten to write a review. I absolutely love your quality of work and get so many compliments on the rings. Was not disappointed. 5
842 653954 Mechele Sheehan 1635630900 2178 499e3d16 A Thank You so much for the 2 beautifully creative crafted rings. Description and sizing was exact. Thank You!!!! 5