INSERT INTO vi_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c2e46e2bb3deeff4d9fa28eeb3094c15fd18b783357a69908185c5352509561e', 
    'n5XkPXLDh+S5nHfxHwLPKAwZA5Gbb0vsafX/ngLb4ao=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00011

Result

int(1)