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 (
    131, 152, 160, 122, 115, 129, 127, 124, 
    150, 151
  ) 
  AND tmall_product_review_prepared_data.storefront_id = 0

Query time 0.00761

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.018045202,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_review_prepared_data",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "7",
          "used_key_parts": ["product_id", "storefront_id"],
          "loops": 1,
          "rows": 10,
          "cost": 0.018045202,
          "filtered": 100,
          "index_condition": "tmall_product_review_prepared_data.storefront_id = 0 and tmall_product_review_prepared_data.product_id in (131,152,160,122,115,129,127,124,150,151)"
        }
      }
    ]
  }
}

Result

product_id average_rating reviews_count
150 4.00 3