INSERT INTO vi_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b438115d32e87d7d623fa476c705c045be14a4138f0e8bb7dfa85698a72f06ce', 
    'uVR4jSE+Vy42KoplqD/c9vBaG/uPxpbW0fraaAQ5GhE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00012

Result

int(1)