Don't load all sync states when page slice is empty
Created by: eseliger
When the list of IDs is empty, the store will just attempt to load all changeset sync states, which takes some time, depending on the count of changesets. This made queries for empty page slices be way slower than for non-empty ones.