SELECT 
  COUNT(ven_id) 
FROM 
  ushop_vendor_updates 
WHERE 
  ven_id = 1

Query time 0.00022

JSON explain

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

Result

COUNT(ven_id)
0