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 = 5407 
  AND discussion_posts.status = 'A' 
ORDER BY 
  discussion_posts.timestamp DESC 
LIMIT 
  0, 10

Query time 0.00261

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.21"
    },
    "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": 5,
            "rows_produced_per_join": 0,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "1.25",
              "eval_cost": "0.05",
              "prefix_cost": "1.75",
              "data_read_per_join": "224"
            },
            "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.23",
              "eval_cost": "0.05",
              "prefix_cost": "2.03",
              "data_read_per_join": "12"
            },
            "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.13",
              "eval_cost": "0.05",
              "prefix_cost": "2.21",
              "data_read_per_join": "8"
            },
            "used_columns": [
              "rating_value",
              "post_id"
            ]
          }
        }
      ]
    }
  }
}

Result

post_id thread_id name timestamp user_id ip_address status message rating_value
666 5407 Andrea Brundige 1627663740 3950 47a84fe0 A love the hair clips!! 5
496 5407 Andrea Brundige 1619739660 3950 43bde6b9 A These agate barrettes are so pretty! I oohed and aahed at each one! Lovely packaging and letter from Kelly. Right on Sistah! Love them so much!! Cannot wait to let others see them!! 5
370 5407 Lara Howe 1614971100 448 490b11e8 A Outstanding! Bought a soap dispenser with discus fish painted on it. It arrived today and it's even prettier in person. Just love all the details. Thank you! 5
256 5407 Karen Reck 1605485220 346 491a4cf8 A I am so happy with this lovely and very striking Yellow Finch painting. It was packed carefully, nicely gift-boxed, and arrived in only one week. It is my gift to myself, adding to a collection of small square artworks. Also, the framing choice is perfect for this piece. 5
97 5407 Shirley Walle 1591456800 414 ccc36e75 A I purchased the Jasmine Sachet Jar. I love the hand painted clown fish - so beautifully painted! Cute little old-fashioned canning jar with rubber-lined ceramic lid. Packaged nicely. Prompt shipping. Thank you. 5