SELECT 
  category_id 
FROM 
  cscart_csc_virtual_categories_conditions 
WHERE 
  is_virtual = 'Y'

Query time 0.00018

JSON explain

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