Then you will have to bundle the necessary modules inside the plugin yourself.
All resources from inside the plugin zip are accessible by importing calibre_plugins.plugin_name.module_name
If you need a standalone mysql client that is implemented in pure python, try:
https://github.com/PyMySQL/PyMySQL