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 (
    315954, 323397, 325134, 14991, 85379, 
    276603, 279485, 301669, 302229, 304271, 
    311272, 311276, 311278, 315849, 315875, 
    315879, 315890, 315907, 315918, 315940, 
    316080, 316422, 323401, 325341, 254793, 
    292592, 299513, 299552, 301767, 312729, 
    315858, 315917, 315937, 315944, 315949, 
    316051, 316079, 316206, 64640, 293151, 
    296861, 305641, 307613, 311268, 311277, 
    314526, 315213, 315900, 315936, 316049, 
    323291, 324558, 324559, 325117, 325288, 
    133629, 265179, 273025, 298721, 306823, 
    307582, 311271, 315901, 315919, 315950, 
    316050, 323287, 323292, 323649, 200976, 
    300745, 311269, 312681, 312769, 315946, 
    323483, 325116, 301456, 307583, 311270
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "0.80"
    },
    "table": {
      "table_name": "cscart_product_review_prepared_data",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY"
      ],
      "rows_examined_per_scan": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.50",
        "eval_cost": "0.30",
        "prefix_cost": "0.80",
        "data_read_per_join": "48"
      },
      "used_columns": [
        "product_id",
        "storefront_id",
        "average_rating",
        "reviews_count"
      ],
      "attached_condition": "((`unicomps`.`cscart_product_review_prepared_data`.`storefront_id` = 0) and (`unicomps`.`cscart_product_review_prepared_data`.`product_id` in (315954,323397,325134,14991,85379,276603,279485,301669,302229,304271,311272,311276,311278,315849,315875,315879,315890,315907,315918,315940,316080,316422,323401,325341,254793,292592,299513,299552,301767,312729,315858,315917,315937,315944,315949,316051,316079,316206,64640,293151,296861,305641,307613,311268,311277,314526,315213,315900,315936,316049,323291,324558,324559,325117,325288,133629,265179,273025,298721,306823,307582,311271,315901,315919,315950,316050,323287,323292,323649,200976,300745,311269,312681,312769,315946,323483,325116,301456,307583,311270)))"
    }
  }
}