Zend certified PHP/Magento developer

Filtering products with option_id

How can I filter products by option_id ?
The “manufacturer.option_id” attribute name is invalid. Reset the name and try again.
found something here https://mage2.pro/t/topic/1249 and tried something like that but no success. have error :
tried just manufacturer as well and only option_id as well , nothing…

$productcollection = $this->collectionFactory->create()->addAttributeToSelect('manufacturer')->addAttributeToFilter('eav_attribute_option_value.option_id',['eq'=>3325]);

how to filter that properly ?