SOLVED
Update to version 2.3.2 solved this problem.
Using Magento 2.3.1, have noticed that price navigation in layered navigation is just working in my default store view (the first store view I created). The price navigation for the other store views isn't showing up at all. All store views have the same settings as default config.
I'm not using any layered navigation extensions. Reindex, cleared cache doesn't solve the problem. I've tried to add new store views as well, same problem.
To solve this issue you have to follow this step
1) Regenerate your static content by running the following command
php bin/magento setup:static-content:deploy
2) After Regenerate the static content clear cache and re-index using following command