INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cae0a68a90319fd2824044a4df322244d49efc8e592e809575ef0b10c7ce66c0', 
    '5+246Pu3zxliBmEJ4oL0XhvJdVLFVW59iXvgowt0sNg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00054

Result

int(1)