SELECT 
  1 
FROM 
  cscart_ec_print_temp_designs 
WHERE 
  session_id = '52GO-8UPU-V9C3-1L15-D8LX-KCRD-2MVE-6A7D' 
  AND product_id = 23 
  AND expires_at > 1770180944 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00030

JSON explain

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