INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c5da9302d64477a73e1b889b6e720e24076d0666b7b78bb792320a7e46e22505', 
    '//Y+xb7Xt+moHCoZbLAu6sxpeUQn2HxON/ipY6epRNk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)