SELECT 
  city_id, 
  city 
FROM 
  `cscart_custom_city` 
WHERE 
  `city_id` = '0'

Query time 0.00018

JSON explain

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