INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '57ae1d96c5738bf81ee72e9a54595e3eafcde6a5de4a763690db0000cf01d539', 
    'H8BJJxor6ywR9eaWuxtzzuvYuRpy+ELg0LmYJNwlZps=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)