SELECT 
  parent_id 
FROM 
  ushop_categories 
WHERE 
  company_id = 2 
  AND category_id = 316

Query time 0.00088

JSON explain

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