INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd8a8849f6a64159d1ec071ffd86eb00e4236a34ca82187de583475611be2b360', 
    'MFzaG0mG9vtUT2XzJ+tBcLa6OxxFROT32h++t4Z7PsU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)