This extension gives you an ability to choose a few options of one filterable attribute
First add repository to composer configuration:
composer config repositories.niks-multiple-layered-navigation vcs git@github.com:NikZh/magento2-multiple-layered-navigation.gitRequire new package with composer:
composer require niks/multiple-layered-navigationEnable module
php bin/magento module:enable Niks_LayeredNavigationUpgrade setup:
php bin/magento setup:upgrade