Run the following command :-
1. Get Index Types Info
php bin/magento indexer:info
From the output, you will see the code for index type Product EAV is catalog_category_product & catalogsearch_fulltext.
2. checking the status of all the index types by using this command:
php bin/magento indexer:status
3. Reset all the indexes type
php bin/magento indexer:reset
4. Now catalog_product_attribute reindexed by using the following command:
php bin/magento indexer:reindex catalogsearch_fulltext
php bin/magento indexer:reindex catalog_category_product
I hope it will help you Click Kudos and Accept as Solution.