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

Query time 0.00079

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.58"
    },
    "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": 49,
            "rows_produced_per_join": 4,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "8.25",
              "eval_cost": "0.49",
              "prefix_cost": "13.15",
              "data_read_per_join": "2K"
            },
            "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": 4,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.23",
              "eval_cost": "0.49",
              "prefix_cost": "14.87",
              "data_read_per_join": "117"
            },
            "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": 4,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.23",
              "eval_cost": "0.49",
              "prefix_cost": "16.58",
              "data_read_per_join": "78"
            },
            "used_columns": [
              "rating_value",
              "post_id"
            ]
          }
        }
      ]
    }
  }
}

Result

post_id thread_id name timestamp user_id ip_address status message rating_value
900177 420 asdfasdfLloyd Lloyd 1713848760 122259 b4bedd99 A asdfasdf 5
900164 420 Lloyd Lloyd 1706081640 122259 d8f71dc5 A order review here 5
2332 420 Katrina Johnson 1682094600 115328 a6b6fed1 A My heart trinket dish is absolutely beautiful and packaged awesome. Thank you so much. I love it!! 5
2031 420 Vickie Axenty 1673049600 1887 ac3898d4 A 'Wild Gatherings' by artist, Shirley Walle, continue to amaze and delight me. I have gifted (and been gifted) many of her exquisite, copper pieces of art purchased from Go Imagine. From unique, imaginative wearables: earrings, bracelets, rings and pendants - to decorative, miniature trinket bowls and boxes to hold tiny treasures - to handmade darning needles - to elegant tree ornaments - there is something for everyone in her collection. A copper Nativity Christmas ornament is one of my favorite pieces - it is poignantly beautiful in its simplicity. I can't wait to see what new art works Shirley will pound, bend, solder, and mold next! Check out the many and varied pieces from Wild Gatherings - you will be glad you did! 5
2024 420 Lara Howe 1672519500 448 490b11e8 A Absolutely gorgeous! Bought these for our daughter inlaw, and she just loved them. Arrived quickly too, which is always nice 5
1916 420 Karen Reck 1670021100 346 45fe835c A Yes, I'm a return (again and again) collector of Shirley's lovely work. My latest purchases are copper oak leaf ornaments, as always beautifully crafted. I bought them for my tree, but they are so charmingly gift-bagged that I may need to consider passing them on to my daughters... Hmmm? :) 5
1882 420 Beverly Austin 1669225680 955 6cccfaba A I purchased Shirley's Silver Heart earrings. They are made from beautiful vintage silver with an intricate design and a cut out heart. They are my favorite go to earrings. 5
1881 420 Beverly Austin 1669225320 955 6cccfaba A I purchased the most beautiful miniature pumpkin carriage with intricate scrolled copper wiring and a jeweled enabled coach. I love it so much! 5
1784 420 Kaye Floyd 1664725800 116157 1860f47c A I purchased two switch plates from Wild Gatherings, one for me and one for my daughter. Each different and very unique and beautiful. I consider them a piece of art. Everyone who sees them comments on how lovely. I intend to purchase more in the future for me and for gifts. I love Wild Gatherings, the first place I go when looking for a special gift. Kaye Floyd 5
1615 420 Vera 1656698640 6 44ef2dba A This is not my first purchase from Shirley at Wild Gatherings; I can always count on her creativity! Her original designs, materials & attention to detail shine in each piece. Even her packaging is decorative & artful! 5