You can pass state to your selectSpecialItems function as such which can then pass it down as an argument:
state
selectSpecialItems
export const selectSpecialItems = createSelector( [selectSpecialEntityGuids, state => state], (guids, state) => { ...