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 (121) 
  AND cscart_product_reviews.status = 'A' 
ORDER BY 
  cscart_product_reviews.product_review_timestamp desc 
LIMIT 
  0, 10

Query time 0.00178

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": "ref",
              "possible_keys": ["idx_product_id"],
              "key": "idx_product_id",
              "key_length": "3",
              "used_key_parts": ["product_id"],
              "ref": ["const"],
              "rows": 10,
              "filtered": 100,
              "attached_condition": "cscart_product_reviews.product_id <=> 121 and 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
23215 121 7325 Ánh Nguyệt Ok Giá cả phải chăng, sản phẩm chất lượng tốt, đáng để mua và sử dụng hàng ngày. 5 1b4af3fb N 1711439006 VN 79 0 0 0 A 1 0 0 0 Viet Nam
23211 121 7325 Thiên Ân Thơm Hương thơm nhẹ nhàng, vị thanh, cảm giác thư giãn mỗi khi uống. 5 1b4af3fb N 1711438904 VN 79 0 0 0 A 1 0 0 0 Viet Nam
23207 121 7325 Hương Thảo Tốt Trải nghiệm uống trà cà gai leo thật sự tốt, hỗ trợ sức khỏe gan. 5 1b4af3fb N 1711438847 VN 79 0 0 0 A 1 0 0 0 Viet Nam
23203 121 7325 Bình Nhi Hợp lý Trà dễ uống, tốt cho sức khỏe, giá hợp lý! 5 1b4af3fb N 1711438803 VN 79 0 0 0 A 1 0 0 0 Viet Nam
23201 121 7325 An An Tốt Mình tìm thấy trà cà gai leo này và quyết định thử vì nghe nói có lợi cho gan. Thực sự bất ngờ vì hương vị thật dễ uống, không đắng như mình nghĩ. Mà thấy cơ thể sau khi uống cũng nhẹ nhàng hơn, tỉnh táo hơn. 5 1b4af3fb N 1711438767 VN 79 0 0 0 A 1 0 0 0 Viet Nam
21941 121 7325 Mỹ Huệ Tuyệt vời Mình thích uống trà thảo mộc. Trà cà gai leo có vị thơm ngon, dễ uống. Uống trà mỗi ngày giúp thanh lọc cơ thể, tăng cường sức khỏe. 5 1b4af3fb N 1710758961 VN 79 0 0 0 A 1 0 0 0 Viet Nam
21940 121 7325 Thanh Hoa Tuyệt vời U40 rồi, da dẻ bắt đầu lão hóa, nám sạm. Mình uống trà cà gai leo Pù Mát mỗi ngày để thanh lọc cơ thể, đẹp da từ bên trong. Thấy da sáng mịn hơn, nám cũng mờ dần 5 1b4af3fb N 1710758955 VN 79 0 0 0 A 1 0 0 0 Viet Nam
21939 121 7325 Thúy Vy Tuyệt vời Căng thẳng, stress vì công việc khiến mình hay nổi mụn, ăn uống kém. Uống trà cà gai leo Pù Mát giúp mình thanh lọc cơ thể, ngủ ngon hơn, da dẻ cũng cải thiện 5 1b4af3fb N 1710758947 VN 79 0 0 0 A 1 0 0 0 Viet Nam
21938 121 7325 Xuân Thanh Tuyệt vời Trà thơm, không khó uống như mình nghĩ 5 1b4af3fb N 1710758942 VN 79 0 0 0 A 1 0 0 0 Viet Nam
21936 121 7325 Thiên Thảo Tuyệt vời Là phụ nữ, mình luôn quan tâm đến sức khỏe của bản thân và gia đình. Mình cho cả nhà uống trà cà gai leo để tăng cường sức đề kháng, bảo vệ gan. Trà ngon, dễ uống, tốt cho sức khỏe. Nên thử trải nghiệm nha mọi người ơi 5 1b4af3fb N 1710758936 VN 79 0 0 0 A 1 0 0 0 Viet Nam