INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'eef6be729a317473ae41e785c56a479a5abedabde42042d38f00806c8841c0ed', 
    'PF9UebXQIuLU9SVuMSwUK/2uPExckQ1WymtDEotfZnY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)