SELECT 
  data, 
  expiry 
FROM 
  cscart_cache 
WHERE 
  name = 'hybrid_auth_providers_list.cache_customer__1hybrid_auth_providers_list_1_0_1' 
  AND company_id = 0 
  AND (
    expiry = 0 
    OR expiry > 1776164592
  )

Query time 0.00035

JSON explain

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