Help with Serial Monitor Read-Outs

Or, put it another way, at 9600 baud, it takes 1.04ms to transmit a character.
If you want to send ASCII decimal values, and analogRead gives a result with up to four decimal digits, so you need at least five characters (four digits plus separator) per readings.
Five readings per cycle gives 25 characters = 26ms, or a touch over 38Hz.