SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    19390, 19391, 16954, 8125, 8126, 7969, 
    8357, 8299, 8879, 8358, 7451, 8671, 
    8242, 8124, 8239, 8376, 8814, 8377, 
    8241, 12403, 8238, 8159, 8240, 8375
  ) 
  AND destination_id = 115 
  AND storefront_id = 0

Query time 0.00186

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_warehouses_destination_products_amount",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "idx_storefront_id"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["product_id", "destination_id", "storefront_id"],
      "rows": 24,
      "filtered": 75,
      "index_condition": "cscart_warehouses_destination_products_amount.destination_id = 115 and cscart_warehouses_destination_products_amount.storefront_id = 0 and cscart_warehouses_destination_products_amount.product_id in (19390,19391,16954,8125,8126,7969,8357,8299,8879,8358,7451,8671,8242,8124,8239,8376,8814,8377,8241,12403,8238,8159,8240,8375)"
    }
  }
}

Result

product_id amount
7451 1
7969 1
8124 10
8125 1
8126 2
8159 65
8238 14
8239 1
8240 5
8241 1
8242 22
8299 1
8357 35
8358 33
8375 41
8376 65
8377 42
8671 1
8814 15
8879 1
12403 1
16954 5
19390 6
19391 5