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 (
    62676, 57923, 57919, 63369, 57930, 57936, 
    57912, 63445, 63383, 62954, 57913, 
    57917, 57924, 63431, 63395, 57934, 
    57915, 57914, 57940, 57946, 63419, 
    63407, 57947, 57916, 57927, 57920, 
    57922, 57918, 57928, 57929, 63684, 
    63457, 57911, 57935, 63443, 63682
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00086

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "25.21"
    },
    "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": 36,
      "rows_produced_per_join": 36,
      "filtered": "100.00",
      "index_condition": "((`cscartdb`.`cscart_product_review_prepared_data`.`storefront_id` = 0) and (`cscartdb`.`cscart_product_review_prepared_data`.`product_id` in (62676,57923,57919,63369,57930,57936,57912,63445,63383,62954,57913,57917,57924,63431,63395,57934,57915,57914,57940,57946,63419,63407,57947,57916,57927,57920,57922,57918,57928,57929,63684,63457,57911,57935,63443,63682)))",
      "cost_info": {
        "read_cost": "21.61",
        "eval_cost": "3.60",
        "prefix_cost": "25.21",
        "data_read_per_join": "576"
      },
      "used_columns": [
        "product_id",
        "storefront_id",
        "average_rating",
        "reviews_count"
      ]
    }
  }
}

Result

product_id average_rating reviews_count
57912 0
57913 0
57914 0
57915 0
57918 0
57919 0
57920 0
57922 0
57923 0
57924 0
57927 0
57928 0
57929 0
57930 0
57936 0
57940 0
57946 0
62676 0
63369 0
63383 0
63395 0
63407 0
63419 0
63431 0
63443 0
63445 0
63682 0
63684 0