INSERT INTO vi_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e984940037d67e8717513b8f9fc1a506f9e656383a5ad7bbb92cc1d7032d9787', 
    'WmVHO+Kxl2ZqYRCRXDe47UNBxG2l0sgMrx25roL2/0M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00011

Result

int(1)