SELECT 
  1 
FROM 
  cscart_ec_print_temp_designs 
WHERE 
  session_id = '2ZWD-RE1D-9ZT0-RL1M-GKFX-4DZP-897L-RVEW' 
  AND product_id = 230 
  AND expires_at > 1771080721 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00017

JSON explain

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