So my question is: Is the users friends list is or is not part of the basic info permissions?
A list of the user’s friends is part of basic permissions – and you can read them via /userid/friends
But “Friendlists” are something different – /userid/friendlists gives you the lists that the user’s friends are sorted into – some of them automatically created by Facebook, some possibly created by the user themselves. Those lists can have different types: close_friends, acquaintances, restricted,user_created, education, work, current_city or family.
And to read those friendlists, you need read_friendlists permission (the clue’s already in the name here).
Should all be quite obvious, if one takes a minute of time to look up the description of these user connections in the docs: https://developers.facebook.com/docs/reference/api/user/