https://github.com/vpominchuk/....laravel-mysql-use-in

Laravel-mysql-use-index-scope: A super simple package allowing for use MySQL 'USE INDEX' and 'FORCE INDEX' statements.

useIndex($indexName)
Tells MySQL to use an index if it possible.

forceIndex($indexName)
Force MySQL to use an index if it possible.

ignoreIndex($indexName)
Ask MySQL to ignore an index if it possible.