INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5385e03a2f3999062f2af3e48a76247f86164d63967f3f2e8cde799c521825e1', 
    'fCLZVrVXInCvsqXHM5EpFpgnx617piqoIGKcAQVY3U8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)