SELECT 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  company_id = 61 
  AND category_id = 0

Query time 0.00012

JSON explain

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