SELECT 
  1 
FROM 
  cscart_ec_print_temp_designs 
WHERE 
  session_id = 'P5LN-BTG9-KVQ0-IVQA-M9QO-5J8B-FMHF-2NCN' 
  AND product_id = 56 
  AND expires_at > 1770289806 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00040

JSON explain

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