SELECT 
  COUNT(*) 
FROM 
  cscart_vendor_following 
WHERE 
  user_id = 0 
  AND vendor_id = 372

Query time 0.00044

JSON explain

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

Result

COUNT(*)
0