Your signals seem to be scaled incorrectly. MNE-Python expects EEG to be in V, but your signal might be in µV. Therefore, you need to multiply them by 1e-6
after importing.
See also here: Need help in plotting raw eeg signals using raw.plot() - #6 by cbrnr