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

Query time 0.00286

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.57"
    },
    "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": 30,
            "rows_produced_per_join": 3,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "7.50",
              "eval_cost": "0.30",
              "prefix_cost": "10.50",
              "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": 3,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.35",
              "eval_cost": "0.30",
              "prefix_cost": "12.15",
              "data_read_per_join": "72"
            },
            "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": 3,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.13",
              "eval_cost": "0.30",
              "prefix_cost": "13.58",
              "data_read_per_join": "48"
            },
            "used_columns": [
              "rating_value",
              "post_id"
            ]
          }
        }
      ]
    }
  }
}

Result

post_id thread_id name timestamp user_id ip_address status message rating_value
900132 949 nativevermonter 1685044560 24 44725e13 A The picture doesn't begin to capture how beautiful this wreath is! I am thrilled. Thank you so much! 5
900131 949 Tina 1684958160 23 44725e13 A Adorable! My daughter loves them too! 4
900130 949 Natasha 1684871760 22 44725e13 A The craftsmanship is beautiful and materials are quality! 2
900129 949 monica 1684785360 21 44725e13 A This wreath is awesome! True to the shop name, it is so soft and COZY! I love the colors :) It looks great on our front door- will order again! 2
900128 949 Melanie 1684698960 20 44725e13 A Gorgeous and easy to wear. Great product 4
900127 949 janivil09 1684612560 19 44725e13 A Shipped quickly, and looks adorable! :) 3
900126 949 Inactive Etsy Member 1684526160 18 44725e13 A Received the wreaths! Thank you again! :) 2
900125 949 Natasha3075 1684439760 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. 3
900120 949 sarah 1684382400 10 44725e13 A Arrived right on time, well packaged, exactly as depicted, looks great. 5
900121 949 kathleenlessman 1684372500 12 44725e13 A Gorgeous wreath! Thank you. We love it! 5