SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_sum_products_amount 
WHERE 
  1 
  AND product_id IN (
    128, 51118, 51117, 51116, 51115, 51114, 
    51113, 51155, 51154, 51153, 51152, 
    21, 51169, 51168, 51167, 51166, 90, 
    51171, 51170, 51183, 20, 51188, 51187, 
    51186, 51185, 51184, 51243, 51242, 
    51241, 51240, 51239, 36, 51294, 51293, 
    51291, 51290, 94, 18, 81, 106, 58, 86, 
    15, 95, 31, 51366, 51367, 51368, 51369
  )

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "58.61"
    },
    "table": {
      "table_name": "cscart_warehouses_sum_products_amount",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 103,
      "rows_produced_per_join": 103,
      "filtered": "100.00",
      "index_condition": "(`test_uchur_k`.`cscart_warehouses_sum_products_amount`.`product_id` in (128,51118,51117,51116,51115,51114,51113,51155,51154,51153,51152,21,51169,51168,51167,51166,90,51171,51170,51183,20,51188,51187,51186,51185,51184,51243,51242,51241,51240,51239,36,51294,51293,51291,51290,94,18,81,106,58,86,15,95,31,51366,51367,51368,51369))",
      "cost_info": {
        "read_cost": "48.31",
        "eval_cost": "10.30",
        "prefix_cost": "58.61",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "product_id",
        "amount"
      ]
    }
  }
}

Result

product_id amount
15 31
15 31
18 34
18 34
20 2
20 2
21 2
21 2
31 3
31 3
36 3
36 3
58 35
58 35
81 31
81 31
86 27
86 27
90 1
90 1
94 1
94 1
95 13
95 13
106 22
106 22
128 3
128 3
51113 2
51113 2
51114 2
51114 2
51115 3
51115 3
51116 2
51116 2
51117 2
51117 2
51118 1
51118 1
51152 2
51152 2
51153 2
51153 2
51154 3
51154 3
51155 1
51155 1
51166 1
51166 1
51167 1
51167 1
51168 1
51168 1
51169 1
51169 1
51170 1
51170 1
51171 1
51171 1
51183 1
51183 1
51184 3
51184 3
51185 5
51185 5
51186 4
51186 4
51187 2
51187 2
51188 2
51188 2
51239 3
51239 3
51240 2
51240 2
51241 2
51241 2
51242 2
51242 2
51243 1
51243 1
51290 1
51290 1
51291 1
51291 1
51293 1
51293 1
51294 1
51294 1
51366 4
51366 4
51367 4
51367 4
51368 3
51368 3
51369 2
51369 2