INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '732c8efe8ac4be8e26f305b131d364246d9b57909e9736c875758e6129c00d4c', 
    '0oIVLLdPPQg40fZMkc648Sr+XQgIh0u5U6a3UT+aNX0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)