SELECT 
  product_id, 
  amount 
FROM 
  netting_warehouses_sum_products_amount 
WHERE 
  1 
  AND product_id IN (
    531, 570, 592, 569, 707, 757, 761, 834
  )

Query time 0.00019

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}