SELECT 
  a.*, 
  b.option_name, 
  b.internal_option_name, 
  b.option_text, 
  b.description, 
  b.inner_hint, 
  b.incorrect_message, 
  b.comment 
FROM 
  cscart_product_options as a 
  LEFT JOIN cscart_product_options_descriptions as b ON a.option_id = b.option_id 
  AND b.lang_code = 'en' 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = a.option_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'product_options'
  ) 
WHERE 
  a.product_id IN (
    73780, 73779, 73756, 73689, 73597, 73339, 
    73242, 73628, 73776, 73775, 73774, 
    73773, 73772, 73771, 73770, 73769, 
    73768, 73767, 73766, 73765, 73764, 
    73763, 73762, 73761, 73760, 73759, 
    73288, 73311, 73283, 73282, 73281, 
    73280, 73279, 73278, 73624, 73596, 
    73595, 73338, 73216, 73215
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00078

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range PRIMARY,c_status c_status 6 40 Using index condition; Using filesort
1 SIMPLE b eq_ref PRIMARY PRIMARY 9 toolboxdigitalshop_dev.a.option_id,const 1 Using where
1 SIMPLE cscart_ult_objects_sharing eq_ref PRIMARY PRIMARY 159 toolboxdigitalshop_dev.a.option_id,const,const 1 Using where; Using index

Result

option_id product_id company_id option_type inventory regexp required multiupload allowed_extensions max_file_size missing_variants_handling status position value option_name internal_option_name option_text description inner_hint incorrect_message comment
68868 73756 1 S N N N 0 M A 0 Files Type Files Type
68871 73759 1 S N N N 0 M A 0 Files Type Files Type
68872 73760 1 S N N N 0 M A 0 Files Type Files Type
68873 73761 1 S N N N 0 M A 0 Files Type Files Type
68874 73762 1 S N N N 0 M A 0 Files Type Files Type
68875 73763 1 S N N N 0 M A 0 Files Type Files Type
68876 73764 1 S N N N 0 M A 0 Files Type Files Type
68877 73765 1 S N N N 0 M A 0 Files Type Files Type
68878 73766 1 S N N N 0 M A 0 Files Type Files Type
68879 73767 1 S N N N 0 M A 0 Files Type Files Type
68880 73768 1 S N N N 0 M A 0 Files Type Files Type
68369 73242 1 S N N N 0 M A 0 Files Type Files Type
68881 73769 1 S N N N 0 M A 0 Files Type Files Type
68882 73770 1 S N N N 0 M A 0 Files Type Files Type
68883 73771 1 S N N N 0 M A 0 Files Type Files Type
68884 73772 1 S N N N 0 M A 0 Files Type Files Type
68885 73773 1 S N N N 0 M A 0 Files Type Files Type
68886 73774 1 S N N N 0 M A 0 Files Type Files Type
68887 73775 1 S N N N 0 M A 0 Files Type Files Type
68888 73776 1 S N N N 0 M A 0 Files Type Files Type
68891 73779 1 S N N N 0 M A 0 Files Type Files Type
68892 73780 1 S N N N 0 M A 0 Files Type Files Type
68405 73278 1 S N N N 0 M A 0 Files Type Files Type
68406 73279 1 S N N N 0 M A 0 Files Type Files Type
68407 73280 1 S N N N 0 M A 0 Files Type Files Type
68408 73281 1 S N N N 0 M A 0 Files Type Files Type
68409 73282 1 S N N N 0 M A 0 Files Type Files Type
68410 73283 1 S N N N 0 M A 0 Files Type Files Type
68415 73288 1 S N N N 0 M A 0 Files Type Files Type
68437 73311 1 S N N N 0 M A 0 Files Type Files Type
68709 73595 1 S N N N 0 M A 0 Files Type Files Type
68710 73596 1 S N N N 0 M A 0 Files Type Files Type
68711 73597 1 S N N N 0 M A 0 Files Type Files Type
68463 73338 1 S N N N 0 M A 0 Files Type Files Type
68464 73339 1 S N N N 0 M A 0 Files Type Files Type
68738 73624 1 S N N N 0 M A 0 Files Type Files Type
68742 73628 1 S N N N 0 M A 0 Files Type Files Type
119471 73216 1 S N N N 0 M A 0 Files Type Files Type
68802 73689 1 S N N N 0 M A 0 Files Type Files Type
68344 73215 1 S N N N 0 M A 0 Files Type Files Type