INSERT INTO vi_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c6a71898393689b0e39bd6f7270398ae165cfb586fc2d5a080f3953b19231768', 
    'j+SRrO6wCfj/5GqWolBtPYdmf8DCapLk2QSd39sinhU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00012

Result

int(1)