I have four filter in a view, after any change in filter result is updated and a url is created. I want to show this url must be short.
Currently if a custom field name is "Quantity" and i add a filter for this field in a view then after change in filter is show like this in url:
wpv-wpcf-quantity=20
Edit your View and make sure that you can see the Query Filter section (using the Screen Options tab at the very top of the page, if needed).
For every filter control you add in the Search and Pagination editor, a corresponding Query Filter is added. The URL parameter specified in the filter control matches that in the Query Filter (see screenshot).
You can edit these to use an alternative string, they just need to match.
It's either globally display the parameters or don't display them, they cannot be disabled individually, and those additional parameters cannot be customised, sorry.