If you want to get the data from bar two to baz two, the following code works.
s.loc[:, ("bar", "two"):("baz", "two")]
The result looks like this:
first bar baz
second two one two
0 -1.088971 -0.502949 -1.066722