SELECT 
  id, 
  vendor_id, 
  store 
FROM 
  ushop_wk_buynow 
WHERE 
  vendor_id = 1

Query time 0.00044

JSON explain

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