SELECT 
  cscart_discussion_posts.*, 
  cscart_discussion_messages.message, 
  cscart_discussion_rating.rating_value 
FROM 
  cscart_discussion_posts 
  LEFT JOIN cscart_discussion_messages ON cscart_discussion_messages.post_id = cscart_discussion_posts.post_id 
  LEFT JOIN cscart_discussion_rating ON cscart_discussion_rating.post_id = cscart_discussion_posts.post_id 
WHERE 
  cscart_discussion_posts.thread_id IN (15601) 
  AND cscart_discussion_posts.status = 'A' 
ORDER BY 
  cscart_discussion_posts.timestamp DESC 
LIMIT 
  0, 10

Query time 0.00065

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_discussion_posts.`timestamp` desc",
        "table": {
          "table_name": "cscart_discussion_posts",
          "access_type": "ref",
          "possible_keys": ["thread_id", "thread_id_2"],
          "key": "thread_id_2",
          "key_length": "6",
          "used_key_parts": ["thread_id", "status"],
          "ref": ["const", "const"],
          "rows": 7,
          "filtered": 100,
          "index_condition": "cscart_discussion_posts.`status` = 'A'",
          "attached_condition": "cscart_discussion_posts.thread_id <=> 15601 and cscart_discussion_posts.`status` <=> 'A'"
        }
      }
    },
    "table": {
      "table_name": "cscart_discussion_messages",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["post_id"],
      "ref": ["cscart_migrate.cscart_discussion_posts.post_id"],
      "rows": 1,
      "filtered": 100
    },
    "table": {
      "table_name": "cscart_discussion_rating",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["post_id"],
      "ref": ["cscart_migrate.cscart_discussion_posts.post_id"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

post_id thread_id name timestamp user_id ip_address status email message rating_value
121406 15601 Ron 1488732720 0 174.125.141.192 A Love all my barn lights that were purchased from you 5
121338 15601 RH 1486816920 0 199.66.65.115 A Exactly as advertised. Excellent quality. Very pleased with product. 5
116568 15601 Jude 1445012340 0 50.250.22.2 A This was the perfect piece to hang a vintage industrial barn light I found at an antique shop. Very well made!! 5
21299 15601 Kyp 1404498300 0 162.200.103.186 A This was just what we need to hang our funnel lights on our mudroom (slanted) ceiling. Love how they look!! 5
9932 15601 Shirley 1393869180 0 69.232.76.237 A Perfect! Just what I needed. Quick delivery, too. 5
8206 15601 Keith Belcher 1391636160 0 68.100.59.104 A I spent a ton of time trying to find vintage canopies that work well with industrial shades/fixtures. These are perfect. Well made. 5
7273 15601 Mark Freeman 1388857680 0 72.177.170.51 A These really are needed to complete the fixtures, whether you own or from Barn Light. These are really strong and nice. 5