INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '085675ec241b86e41677457a3ec1d0c90f91eb28f005dbfad44cb9e4299f4066', 
    '6SpY0LldyNetnw34WqsttJxWPZnRG6FGQE1OAVckLKs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)