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 (
    430644, 430664, 430988, 431073, 430730, 
    431043, 431083, 431135, 430628, 431089, 
    431167, 431459, 339831, 430829, 430842, 
    431063, 431183, 430662, 430844, 431066, 
    431313, 430651, 430869, 430928, 339762, 
    430769, 430880, 430898, 430899, 430884, 
    431035, 339781, 430653, 430684, 430712, 
    430847, 431140, 431142, 430631, 430891, 
    430962, 430626, 431185, 381713, 430893, 
    431093, 430881, 430909, 431031, 339733, 
    339691, 431123, 430797, 430896, 430900, 
    430980, 431197, 431250, 430633, 430806, 
    430873, 430883, 431226, 339600, 430837, 
    431088, 430645, 430685, 430787, 430876, 
    430930, 431023, 431064, 430913, 339488, 
    430768, 430841, 431008, 431078, 431131, 
    339804, 339594, 430676, 430772, 430802, 
    430981, 431119, 430758, 431032, 431121, 
    430760, 430796, 430846, 431113, 431159, 
    430698, 431198, 431356, 381712, 431178
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00042

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 (430644,430664,430988,431073,430730,431043,431083,431135,430628,431089,431167,431459,339831,430829,430842,431063,431183,430662,430844,431066,431313,430651,430869,430928,339762,430769,430880,430898,430899,430884,431035,339781,430653,430684,430712,430847,431140,431142,430631,430891,430962,430626,431185,381713,430893,431093,430881,430909,431031,339733,339691,431123,430797,430896,430900,430980,431197,431250,430633,430806,430873,430883,431226,339600,430837,431088,430645,430685,430787,430876,430930,431023,431064,430913,339488,430768,430841,431008,431078,431131,339804,339594,430676,430772,430802,430981,431119,430758,431032,431121,430760,430796,430846,431113,431159,430698,431198,431356,381712,431178)))"
    }
  }
}