INSERT INTO vi_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6026f4e4fdc20b12e12c465be9aded9808f1f13affda7fa981362f813f582286', 
    'WNeHHsFz37xAIDjVsPuyu1E6+GSU5TvZCmdGcfRxGEc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)