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 (
    430995, 431290, 431004, 431087, 430983, 
    431071, 431231, 431405, 431497, 431381, 
    431411, 431017, 431182, 431274, 431434, 
    430686, 430974, 431045, 431175, 430765, 
    430785, 431001, 431494, 431495, 430762, 
    430965, 431403, 431465, 381710, 430963, 
    431002, 431025, 431240, 431329, 381707, 
    430755, 430964, 430966, 431457, 430630, 
    430752, 430773, 431304, 431284, 431425, 
    431328, 430711, 430961, 431235, 431343, 
    431362, 431422, 431498, 431505, 431079, 
    431355, 431394, 431408, 431243, 431260, 
    431383, 431407, 430759, 431015, 431283, 
    431488, 430669, 430700, 430943, 430971, 
    431105, 431152, 431340, 431352, 431409, 
    430944, 431018, 431057, 431069, 431217, 
    431337, 430705, 430929, 430978, 431030, 
    431419, 430717, 430781, 431311, 431346, 
    431427, 435510, 430938, 430956, 431302, 
    431482, 431500, 431415, 431453, 430732
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00043

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.87"
    },
    "table": {
      "table_name": "cscart_product_review_prepared_data",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY"
      ],
      "rows_examined_per_scan": 19,
      "rows_produced_per_join": 19,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "2.07",
        "eval_cost": "3.80",
        "prefix_cost": "5.87",
        "data_read_per_join": "304"
      },
      "used_columns": [
        "product_id",
        "storefront_id",
        "average_rating",
        "reviews_count"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_review_prepared_data`.`storefront_id` = 0) and (`webmarco`.`cscart_product_review_prepared_data`.`product_id` in (430995,431290,431004,431087,430983,431071,431231,431405,431497,431381,431411,431017,431182,431274,431434,430686,430974,431045,431175,430765,430785,431001,431494,431495,430762,430965,431403,431465,381710,430963,431002,431025,431240,431329,381707,430755,430964,430966,431457,430630,430752,430773,431304,431284,431425,431328,430711,430961,431235,431343,431362,431422,431498,431505,431079,431355,431394,431408,431243,431260,431383,431407,430759,431015,431283,431488,430669,430700,430943,430971,431105,431152,431340,431352,431409,430944,431018,431057,431069,431217,431337,430705,430929,430978,431030,431419,430717,430781,431311,431346,431427,435510,430938,430956,431302,431482,431500,431415,431453,430732)))"
    }
  }
}