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 (
    17379, 34936, 17320, 17360, 17439, 17322, 
    17375, 17417, 17336, 17412, 17346, 
    17410, 17347, 17459, 17348, 17516, 
    17380, 17345, 17344, 17338, 17362, 
    17430, 17503, 17341, 17441, 17496, 
    17474, 17372, 17425, 17351, 17334, 
    17381, 17552, 17355, 17315, 17366, 
    17505, 17487, 17318, 17436, 17358, 
    17448, 17363
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00076

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "30.11"
    },
    "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": 43,
      "rows_produced_per_join": 43,
      "filtered": "100.00",
      "index_condition": "((`cscartdb`.`cscart_product_review_prepared_data`.`storefront_id` = 0) and (`cscartdb`.`cscart_product_review_prepared_data`.`product_id` in (17379,34936,17320,17360,17439,17322,17375,17417,17336,17412,17346,17410,17347,17459,17348,17516,17380,17345,17344,17338,17362,17430,17503,17341,17441,17496,17474,17372,17425,17351,17334,17381,17552,17355,17315,17366,17505,17487,17318,17436,17358,17448,17363)))",
      "cost_info": {
        "read_cost": "25.81",
        "eval_cost": "4.30",
        "prefix_cost": "30.11",
        "data_read_per_join": "688"
      },
      "used_columns": [
        "product_id",
        "storefront_id",
        "average_rating",
        "reviews_count"
      ]
    }
  }
}

Result

product_id average_rating reviews_count
17320 0
17322 0
17334 0
17336 0
17344 0
17345 0
17346 0
17347 0
17348 0
17360 0
17375 0
17379 0
17380 0
17410 0
17412 0
17417 0
17425 0
17430 0
17439 0
17459 0
17503 0
17505 0
34936 0