SELECT 
  tmall_product_review_prepared_data.product_id AS product_id, 
  tmall_product_review_prepared_data.average_rating AS average_rating, 
  tmall_product_review_prepared_data.reviews_count AS reviews_count 
FROM 
  tmall_product_review_prepared_data 
WHERE 
  tmall_product_review_prepared_data.product_id IN (
    218, 220, 222, 224, 225, 226, 227, 228, 
    229, 230, 231, 232, 233, 234, 235, 236, 
    237, 238, 239, 242
  ) 
  AND tmall_product_review_prepared_data.storefront_id = 0

Query time 0.00822

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.01879428,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_review_prepared_data",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY"],
          "loops": 1,
          "rows": 56,
          "cost": 0.01879428,
          "filtered": 35.7142868,
          "attached_condition": "tmall_product_review_prepared_data.storefront_id = 0 and tmall_product_review_prepared_data.product_id in (218,220,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,242)"
        }
      }
    ]
  }
}

Result

product_id average_rating reviews_count
228 3.00 2
242 3.50 2
224 4.50 2
238 4.00 1
239 3.00 1