SELECT 
  data, 
  expiry 
FROM 
  cscart_cache 
WHERE 
  name = 'product_filters.C_GET_categories_view.0_1.ru.EURproduct_filters_products_count_0e57c34966ad373534cc4663ad3a180e' 
  AND company_id = 0 
  AND (
    expiry = 0 
    OR expiry > 1776178902
  )

Query time 0.00065

JSON explain

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