SELECT 
  * 
FROM 
  kl_ingredients_master 
where 
  ingredient_id = 0

Query time 0.00023

JSON explain

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