You could try setting a boolean variable based on if they are zoomed in.
You could also set another boolean variable for if they are sprinting.
If sprinting (AND) zoom are both true then max walk speed = 200 or whatever you have in your blendspace for walking
If lateral keys are pressed and sprinting is true then set walk speed = 600 or whatever your run speed is.