INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7822cf99b24e6670f32715daf38cade55474738ce156c73cc93d122f89204dc1', 
    '42gW9ulVYVqxwAt4ciKO75a1ARTf+ahud95b97BnUH0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)