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

Query time 0.00068

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "11.14"
    },
    "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": 26,
            "rows_produced_per_join": 2,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "6.50",
              "eval_cost": "0.26",
              "prefix_cost": "9.10",
              "data_read_per_join": "1K"
            },
            "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": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.87",
              "eval_cost": "0.26",
              "prefix_cost": "10.23",
              "data_read_per_join": "62"
            },
            "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": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.65",
              "eval_cost": "0.26",
              "prefix_cost": "11.14",
              "data_read_per_join": "41"
            },
            "used_columns": [
              "rating_value",
              "post_id"
            ]
          }
        }
      ]
    }
  }
}

Result

post_id thread_id name timestamp user_id ip_address status message rating_value
900101 1183 1684338892 19 44725e13 A Shipped quickly, and looks adorable! :) 0
900095 1183 1684338892 12 44725e13 A Gorgeous wreath! Thank you. We love it! 0
900096 1183 1684338892 14 44725e13 A great attention to detail, beautifully crafted 0
900097 1183 1684338892 15 44725e13 A absolutely beautiful and well made, shipped fast, great purchase, loved by recipient 0
900098 1183 1684338892 16 44725e13 A Well-crafted. Colors of flowers are better than pictured. 0
900099 1183 1684338892 17 44725e13 A Perfect! I'd say it looks just like the picture, but it's even cuter in person! Friendly, helpful seller. Super fast shipping. An A+ experience. 0
900100 1183 1684338892 18 44725e13 A Received the wreaths! Thank you again! :) 0
900104 1183 1684338892 22 44725e13 A The craftsmanship is beautiful and materials are quality! 0
900106 1183 1684338892 24 44725e13 A The picture doesn't begin to capture how beautiful this wreath is! I am thrilled. Thank you so much! 0
900105 1183 1684338892 23 44725e13 A Adorable! My daughter loves them too! 0