SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    19722, 19583, 19824, 19791, 19585, 19587, 
    19825, 19752, 19588, 19753, 19765, 
    19755, 19754, 19764, 19586, 19593, 
    19594, 19624, 19595, 19626, 19627, 
    19625
  ) 
  AND destination_id = 115 
  AND storefront_id = 0

Query time 0.00057

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": 22,
      "filtered": 77.273,
      "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 (19722,19583,19824,19791,19585,19587,19825,19752,19588,19753,19765,19755,19754,19764,19586,19593,19594,19624,19595,19626,19627,19625)"
    }
  }
}

Result

product_id amount
19583 1
19585 1
19586 5
19587 2
19588 2
19593 4
19594 5
19595 1
19624 2
19625 4
19626 3
19627 3
19722 3
19752 3
19753 6
19754 2
19755 2
19764 1
19765 7
19791 3
19824 1
19825 5