SELECT 
  product_id, 
  combination_hash as exception_id, 
  combination 
FROM 
  cscart_product_options_inventory 
WHERE 
  product_id = 275133 
  AND amount <= 0

Query time 0.00030

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}