Hi,
There is no setting to do that.
You can do an automatic export and have it attached to an email sent automatically to you periodically with the mass actions system.
But there is nothing to change the column names.
So either way, it will require some coding.
The simplest will be to directly modify the _exportCSV function of the file administrator/components/com_hikashop/classes/massaction.php and add some str_replace to something similar to change the column names.
Another would be to develop a plugin to do that whole process in the plugin, but that's a lot more work to put in.