INSERT INTO vi_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9e873017a09979a4982a41982e6914d78b2d8d631eb6516fae724c4e19646ac4', 
    'e7aHMR3+HeL/SJDBsoSfPjIRywrEilx/x3rd05amgGQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00014

Result

int(1)