INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'aab4ca5adde598a0011f365b34626967bcd2e4ede6d7d4f822021869afe8185e', 
    'TZrK3UUJdgqZe+b8YfRIo8B6fdoBP9mFU36zG6Hghnk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00014

Result

int(1)