If you run the game in debug mode and check variables, you will see why.
The MVarVolume becomes "-Infinity" at the lowest setting. You can change the formula to prevent this from happening:
max(log10(unlerp(MusicSliderBack.ImagePointX("start"),MusicSliderBack.ImagePointX("end"), MusicSlider.x))*20, -100)