INSERT INTO vi_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'baae4a912664ae46bc03340ed57fe7c3654c8bd56dfff8d8959a5f30bfbb92a5', 
    'sUc1w4tt2pce4AMUe45aJZAXstudJY3e8l75KXPkZSI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00011

Result

int(1)