SELECT 
  parent_id 
FROM 
  cscart_cp_blog_categories 
WHERE 
  category_id IN (0)

Query time 0.00017

JSON explain

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