INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e5b4d2d7e9534c6ca879cd20a1da4b1dcf84328e78985da332e9d89d709c96db', 
    'b1QNoqCccAQVrS1dIyoNK2ZfSjtmmSq5/BWxuUxRjVM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)