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

Query time 0.00028

JSON explain

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