INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9baf337df63566c71a1e96791b8334125d132e4fdf16c4daf5c6941cffc359a8', 
    'RJ/v+6x5Xlq105kUTMFbGEsFP9wBdwNollON7uCSNGs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)