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

Query time 0.00274

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.74"
    },
    "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.16",
              "eval_cost": "0.04",
              "prefix_cost": "1.60",
              "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.74",
              "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
2186 37255 Jessica Beebe 1678481566 8940 ac5ce973 A I really love my shirt from this shop. It shipped incredibly fast and was packaged very nicely. I highly recommend this seller! 5
1797 37255 Rebecca M 1665797178 9772 4a87ff4d A I had to come back and grab two more tie-dye shirts for me and mom! We love these so much. The shirts are very soft and comfortable and the colors are beautiful. Shipping was extremely prompt! 5
1756 37255 Rebecca McKenzie 1663341657 9772 4a87ff4d A Absolutely fell in love with the long sleeve tie-dye tops That I had to buy two! The seller replied quickly to my questions and also make sure that I knew they ran a tad on the small side. The color combinations in the green ones were absolutely stunning. I know I will get lots of compliments when I wear it. I was shocked to receive both tops within a few days. They were even prettier in person and the quality was very nice. I would definitely be back to shop! 5
1720 37255 Yknot Handmade 1661642636 10176 86d7292e A I'd like to give a shout out to Patricia of Old Goat Tie Die! I bought a tote from her and it exceeded my expectations. The packaging was done well with a handwritten card and ribbon, the tie dye was not too bright or over the top, and it arrived across the country in just a couple of days. I highly recommend her work! I love it and thank you :) 5