INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '28dee7b488c7961cab4db22cbe3a3d20ec4518fd3859bf54df899eb0059c94cc', 
    'mZ/x5yInwIyTnGp9+PFItU4wd4gG51nx6/NI7In3050=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)