INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '597c713144f3a5c9c65fa3de22f761ec63eb4920d1b017655e4b81de90bda5f3', 
    'BblSwKXYtKGx17aMP5mlMBZLVWPv0rPgY0yWR2sBXbw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)