SELECT 
  cscart_product_reviews.*, 
  cscart_users.company_id as reply_company_id, 
  cscart_companies.company as reply_company, 
  cscart_country_descriptions.country as country 
FROM 
  cscart_product_reviews 
  LEFT JOIN cscart_users ON cscart_product_reviews.reply_user_id = cscart_users.user_id 
  LEFT JOIN cscart_companies ON cscart_users.company_id = cscart_companies.company_id 
  LEFT JOIN cscart_country_descriptions ON cscart_product_reviews.country_code = cscart_country_descriptions.code 
  AND cscart_country_descriptions.lang_code = 'en' 
WHERE 
  1 
  AND cscart_product_reviews.product_id IN (40523, 40506, 40522) 
  AND cscart_product_reviews.status = 'A' 
ORDER BY 
  cscart_product_reviews.product_review_timestamp desc 
LIMIT 
  0, 10

Query time 0.00166

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_product_reviews.product_review_timestamp desc",
            "table": {
              "table_name": "cscart_product_reviews",
              "access_type": "range",
              "possible_keys": ["idx_product_id"],
              "key": "idx_product_id",
              "key_length": "3",
              "used_key_parts": ["product_id"],
              "rows": 11,
              "filtered": 100,
              "index_condition": "cscart_product_reviews.product_id in (40523,40506,40522)",
              "attached_condition": "cscart_product_reviews.`status` = 'A'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "cscart_users",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["user_id"],
          "ref": ["dev_db.cscart_product_reviews.reply_user_id"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "cscart_companies",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["company_id"],
          "ref": ["dev_db.cscart_users.company_id"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(trigcond(cscart_users.company_id is not null))"
        }
      },
      {
        "table": {
          "table_name": "cscart_country_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "12",
          "used_key_parts": ["code", "lang_code"],
          "ref": ["dev_db.cscart_product_reviews.country_code", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_country_descriptions.lang_code = 'en')"
        }
      }
    ]
  }
}

Result

product_review_id product_id user_id name advantages disadvantages quick_comment comment rating_value ip_address is_buyer product_review_timestamp country_code city reply_user_id reply reply_timestamp helpfulness status storefront_id images_count vote_up vote_down reply_company_id reply_company country
29414 40506 7325 Ngọc Diệp Sẽ ủng hộ tiếp Trà này là cứu cánh cho những ngày deadline căng thẳng của mình. Uống trà giúp mình tỉnh táo, sảng khoái hơn, mà còn tăng cường sức đề kháng nữa 5 1b4af3fb N 1718099951 VN 79 0 0 0 A 1 0 0 0 Viet Nam
29412 40506 7325 Thu Uyên Ưng ý Vừa tiện lợi, vừa ngon, lại tốt cho sức khỏe nữa. Mua về pha sẵn cho cả nhà uống, ai cũng thích nha 5 1b4af3fb N 1718099950 VN 79 0 0 0 A 1 0 0 0 Viet Nam
29413 40506 7325 Mai Hoàng Đỉnh nha uống dễ nữa Mình là tín đồ trà sữa nhưng từ khi biết đến trà này thì nghiện luôn. Vị chua chua ngọt ngọt, thơm thơm của trà quyện với chút cay nhẹ từ gừng cực đã. Mình hay bị ho vào mùa lạnh, từ khi uống trà này thì ít hẳn. Giá cả cũng hợp lý nữa, học sinh sinh viên như mình cũng bon chen mua được. 10 điểm cho chất lượng và giá cả! 5 1b4af3fb N 1718099950 VN 79 0 0 0 A 1 0 0 0 Viet Nam
26197 40506 7325 Mari Ataneli easy instructions The instructions are simple, and it dissolves well in hot water. The taste is mild and pleasant, and I haven't gotten sick since I started drinking it regularly. 5 abf4b968 N 1713258132 VN 79 0 0 0 A 1 0 0 0 Viet Nam
26193 40506 7325 Alexandre Lisboa perfect for morning It has a warming, slightly sour taste with a hint of spice. Perfect for those mornings when my voice feels rough. 5 abf4b968 N 1713258110 VN 79 0 0 0 A 1 0 0 0 Viet Nam
26189 40506 7325 Isis Neal balanced and refreshing This one is surprisingly delicious! The citrus and spice flavors are balanced and refreshing. I followed the instructions for a light dose, but it seems like you could adjust the strength depending on your preference. I like it strong so i just need to reduce the water amount when making it 5 abf4b968 N 1713258088 VN 79 0 0 0 A 1 0 0 0 Viet Nam
22835 40506 10681 Quỳnh Anh Bao bì đẹp Trà được đóng gói đẹp và rất tiện để sử dụng. Kiểu mang đi khắp nơi không sợ móp 4 abfcf900 N 1711169336 VN 79 0 0 0 A 1 0 0 0 Viet Nam
22834 40506 10681 Richard Nguyen Not for everyone I found the taste of this tea to be a bit too strong for my liking. The sourness was overpowering, and the spice lingered a bit too long. 4 abfcf900 N 1711169309 VN 79 0 0 0 A 1 0 0 0 Viet Nam
22833 40506 10681 Paul Henri Dubois Pleasant surprise I was initially skeptical about this tea's health claims, but I decided to give it a try due to the interesting ingredient list. I was pleasantly surprised by the taste! The citrus and spice notes are balanced, and the addition of honey makes it enjoyable to drink. 4 abfcf900 N 1711169278 VN 79 0 0 0 A 1 0 0 0 Viet Nam
22832 40506 10681 Emily Do Mùi hơi lạ nhưng uống cũng được Nghe tên hơi lạ nên mua thử nhưng uống cũng ổn 3 abfcf900 N 1711169214 VN 79 0 0 0 A 1 0 0 0 Viet Nam