There are no need to speculate about "reasonable ranges" when we know the actual ranges.
https://www.psdevwiki.com/ps4/Harddrive
PS4 HDD has random read speed of ~40MB/s [sequential is not that useful for games, since they load lots of small files], and devs even have to take in account that users can put crappier drive into the console.
Insomniac talked about Spidey storage streaming limitations at this years GDC [that 40MB/s limit really pushed them to re-configure a lot of their tech]. https://www.gdcvault.com/play/1026496/-Marvel-s-Spider-Man
This makes things even more interesting...
What is Known
Time taken for PS4 Fast Travel: 15 seconds
PS4 hard drive limits around 40 MB/s random reads with SpiderMan
40 MB/s * 15 seconds = 600 MB data read
6 GBit/s SATA interface = 750 MB/s * 0.8 seconds = 600 MB data read
And even more easily able to fit into any RAM cache.
EDIT: Of course there's likely to be additional overhead preventing SATA SSDs from hitting that theoretical speed. So the actual implimentation should have to be better than that.