SELECT 
  cscart_product_review_prepared_data.product_id AS product_id, 
  cscart_product_review_prepared_data.average_rating AS average_rating, 
  cscart_product_review_prepared_data.reviews_count AS reviews_count 
FROM 
  cscart_product_review_prepared_data 
WHERE 
  cscart_product_review_prepared_data.product_id IN (
    7690, 11058, 7691, 11003, 11098, 11052, 
    7698, 11015, 7692, 11060, 8470, 11094, 
    8469, 8462, 8465, 8065, 8056, 8709, 
    8554, 8537, 8538, 8532, 8533, 8539, 
    36411, 36607, 36590, 36598, 36617, 
    36588, 36597, 36594, 36609, 36618, 
    36616, 36610, 54994, 36592, 36587, 
    54995, 36586, 36593, 55577, 36591, 
    55008, 55047, 55576, 20483, 30710
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00073

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "34.31"
    },
    "table": {
      "table_name": "cscart_product_review_prepared_data",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "storefront_id"
      ],
      "key_length": "7",
      "rows_examined_per_scan": 49,
      "rows_produced_per_join": 49,
      "filtered": "100.00",
      "index_condition": "((`cscartdb`.`cscart_product_review_prepared_data`.`storefront_id` = 0) and (`cscartdb`.`cscart_product_review_prepared_data`.`product_id` in (7690,11058,7691,11003,11098,11052,7698,11015,7692,11060,8470,11094,8469,8462,8465,8065,8056,8709,8554,8537,8538,8532,8533,8539,36411,36607,36590,36598,36617,36588,36597,36594,36609,36618,36616,36610,54994,36592,36587,54995,36586,36593,55577,36591,55008,55047,55576,20483,30710)))",
      "cost_info": {
        "read_cost": "29.41",
        "eval_cost": "4.90",
        "prefix_cost": "34.31",
        "data_read_per_join": "784"
      },
      "used_columns": [
        "product_id",
        "storefront_id",
        "average_rating",
        "reviews_count"
      ]
    }
  }
}

Result

product_id average_rating reviews_count
8462 0
8465 0
8532 0
8538 0
8554 0
11003 0
11015 0
30710 0
36411 0