SELECT 
  tmall_product_reviews.*, 
  tmall_users.company_id as reply_company_id, 
  tmall_companies.company as reply_company, 
  tmall_country_descriptions.country as country 
FROM 
  tmall_product_reviews 
  LEFT JOIN tmall_users ON tmall_product_reviews.reply_user_id = tmall_users.user_id 
  LEFT JOIN tmall_companies ON tmall_users.company_id = tmall_companies.company_id 
  LEFT JOIN tmall_country_descriptions ON tmall_product_reviews.country_code = tmall_country_descriptions.code 
  AND tmall_country_descriptions.lang_code = 'en' 
WHERE 
  1 
  AND tmall_product_reviews.product_id IN (278, 279, 280, 281, 282, 284, 283) 
  AND tmall_product_reviews.status = 'A' 
ORDER BY 
  tmall_product_reviews.product_review_timestamp desc

Query time 0.01011

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.062118565,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "tmall_product_reviews.product_review_timestamp desc",
            "table": {
              "table_name": "tmall_product_reviews",
              "access_type": "range",
              "possible_keys": ["idx_product_id"],
              "key": "idx_product_id",
              "key_length": "3",
              "used_key_parts": ["product_id"],
              "loops": 1,
              "rows": 8,
              "cost": 0.014726088,
              "filtered": 100,
              "index_condition": "tmall_product_reviews.product_id in (278,279,280,281,282,284,283)",
              "attached_condition": "tmall_product_reviews.`status` = 'A'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "tmall_users",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["user_id"],
          "ref": ["tmall.tmall_product_reviews.reply_user_id"],
          "loops": 8,
          "rows": 1,
          "cost": 0.014037008,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "tmall_companies",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["company_id"],
          "ref": ["tmall.tmall_users.company_id"],
          "loops": 8,
          "rows": 1,
          "cost": 0.014037008,
          "filtered": 100,
          "attached_condition": "trigcond(trigcond(tmall_users.company_id is not null))"
        }
      },
      {
        "table": {
          "table_name": "tmall_country_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "12",
          "used_key_parts": ["code", "lang_code"],
          "ref": ["tmall.tmall_product_reviews.country_code", "const"],
          "loops": 8,
          "rows": 1,
          "cost": 0.014241808,
          "filtered": 100,
          "attached_condition": "trigcond(tmall_country_descriptions.lang_code = 'en')"
        }
      }
    ]
  }
}

Result

product_review_id product_id user_id name advantages disadvantages 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 abt__ut2_first_buy_date abt__ut2_purchased_variation_id reply_company_id reply_company country
49 282 0 Jane Unlike that other negative review, I have nothing but the best to say about this T-shirt. My husband has this model in different colors, all ordered from this store. Not once has there been any problem, and we even got a discount for bulk order once. To prove my words, here are some photos. 5 7f000001 N 1618486566 1 Thank you for your support, Jane! Happy to be of service. 1618556577 0 A 1 0 0 0 0 0 0
48 282 0 I'm not satisfied with the quality! 2 7f000001 N 1618485542 1 We are sorry to hear that! Could you tell us more? Just send us a message at sales@example.com, and we'll see what we can do about it. 1618485673 0 A 1 0 0 0 0 0 0
47 280 0 John A very good fit Ordering clothes online is a gamble: you never know whether or not it will fit, even if you know the size. The manager promised that if it didn't fit, I could return this T-shirt and get something else instead. However, I didn't need to! Here, take a look. 5 7f000001 N 1618485377 0 0 0 A 1 0 0 0 0 0