SELECT 
  COUNT(*) 
FROM 
  tmall_ec_livecommerce_follows 
WHERE 
  company_id = 1

Query time 0.01479

JSON explain

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

Result

COUNT(*)
0