SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    19639, 19640, 19641, 19642, 19663, 19579, 
    19619, 19643, 19771, 19772, 19644, 
    19632, 19580, 19645, 19633, 19646, 
    19685, 19687, 19688, 19689
  ) 
  AND destination_id = 115 
  AND storefront_id = 0

Query time 0.00064

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": 20,
      "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 (19639,19640,19641,19642,19663,19579,19619,19643,19771,19772,19644,19632,19580,19645,19633,19646,19685,19687,19688,19689)"
    }
  }
}

Result

product_id amount
19579 78
19580 102
19619 32
19632 367
19633 102
19639 40
19640 5
19641 4
19642 5
19643 5
19644 40
19645 97
19646 103
19663 11
19685 1
19687 1
19688 2
19689 2
19771 34
19772 41