SELECT 
  product_id, 
  amount 
FROM 
  cscart_warehouses_destination_products_amount 
WHERE 
  product_id IN (
    19958, 19959, 20134, 19906, 20031, 20032, 
    20183, 19939, 20197, 20196, 20198, 
    20193, 20194, 20195, 20199, 20200, 
    19930, 19985, 19931, 19932, 19895, 
    19933, 20146, 20143
  ) 
  AND destination_id = 115 
  AND storefront_id = 0

Query time 0.00063

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 (19958,19959,20134,19906,20031,20032,20183,19939,20197,20196,20198,20193,20194,20195,20199,20200,19930,19985,19931,19932,19895,19933,20146,20143)"
    }
  }
}

Result

product_id amount
19895 7
19906 3
19930 3
19931 5
19932 5
19933 9
19939 6
19958 5
19959 9
19985 3
20031 4
20032 7
20134 5
20143 1
20146 14
20183 4
20193 12
20194 7
20195 1
20196 7
20197 13
20198 2
20199 1
20200 7