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 (
    358369, 358728, 358826, 352229, 352514, 
    354424, 354429, 357436, 357598, 357601, 
    358801, 350114, 355753, 357812, 352323, 
    354368, 354613, 351386, 351396, 351532, 
    352624, 356082, 356464, 357453, 358599, 
    358840, 352233, 354354, 356667, 358408, 
    358457, 358990, 352358, 352615, 354985, 
    358958, 358991, 352429, 355020, 355042, 
    355133, 356592, 356676, 357463, 358831, 
    358984, 351403, 351620, 357142, 358382, 
    351598, 352319, 354856, 355668, 357528, 
    351323, 351370, 351435, 352362, 354450, 
    354648, 354877, 356424, 356425, 357146, 
    358620, 358920, 351473, 352353, 352591, 
    354399, 354644, 354769, 355676, 355678, 
    355747, 358811, 352510, 354970, 356100, 
    356289, 356603, 358849, 352350, 352586, 
    355053, 356050, 357467, 358275, 358462, 
    358882, 351285, 351474, 354440, 354517, 
    355086, 355612, 355852, 355866, 356002
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00056

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 (358369,358728,358826,352229,352514,354424,354429,357436,357598,357601,358801,350114,355753,357812,352323,354368,354613,351386,351396,351532,352624,356082,356464,357453,358599,358840,352233,354354,356667,358408,358457,358990,352358,352615,354985,358958,358991,352429,355020,355042,355133,356592,356676,357463,358831,358984,351403,351620,357142,358382,351598,352319,354856,355668,357528,351323,351370,351435,352362,354450,354648,354877,356424,356425,357146,358620,358920,351473,352353,352591,354399,354644,354769,355676,355678,355747,358811,352510,354970,356100,356289,356603,358849,352350,352586,355053,356050,357467,358275,358462,358882,351285,351474,354440,354517,355086,355612,355852,355866,356002)))"
    }
  }
}