SELECT 
  COUNT(cat_id) 
FROM 
  ushop_category_updates 
WHERE 
  cat_id = 272

Query time 0.00028

JSON explain

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

Result

COUNT(cat_id)
0