SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    11917, 11916, 15106, 15071, 11664, 2616, 
    2615, 2552, 11121, 2570, 2617, 2618, 
    2703, 2706, 2708, 2701, 2329, 12686, 
    12687, 11800, 11801, 2738, 2739, 2740, 
    2737, 2845, 2643, 12708, 12707, 2347
  ) 
  AND destination_id = 12 
  AND storefront_id = 0

Query time 0.00049

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": 30,
      "filtered": 100,
      "index_condition": "cscart_warehouses_destination_products_amount.destination_id = 12 and cscart_warehouses_destination_products_amount.storefront_id = 0 and cscart_warehouses_destination_products_amount.product_id in (11917,11916,15106,15071,11664,2616,2615,2552,11121,2570,2617,2618,2703,2706,2708,2701,2329,12686,12687,11800,11801,2738,2739,2740,2737,2845,2643,12708,12707,2347)"
    }
  }
}

Result

product_id amount
2329 9
2347 1
2552 17
2570 38
2615 22
2616 8
2617 8
2618 3
2643 7
2701 154
2703 9
2706 6
2708 28
2737 10
2738 4
2739 3
2740 59
2845 13
11121 9
11664 3583
11800 42
11801 0
11916 228
11917 228
12686 6
12687 0
12707 7
12708 4