INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '55a834c91fd1d24a736c2809860f9a811329e155d758e4c8670671fccc3f9e23', 
    'nrcdAya1RnwSLFqthGU+NDL9Jhhd3P3RGVn6U69k80o=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)