SELECT 
  1 
FROM 
  cscart_aprilec_print_temp_designs 
WHERE 
  session_id = 'ZFT1-AF1N-B3LT-QA9C-76NB-8GWA-6VET-OY4Q' 
  AND product_id = 91 
  AND expires_at > 1777128840 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}