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 (
    68534, 68533, 68459, 68363, 68362, 68360, 
    68358, 68357, 68135, 68065, 68064, 
    67902, 67896, 67685, 67684, 66983, 
    68359, 67955, 68319, 68312, 67848, 
    67845, 67839, 67686, 67683, 66841, 
    66840, 66839, 67958, 68200, 67770, 
    67769, 67768, 67767, 67766, 67765, 
    67764, 67763, 67762, 67761
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00086

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
62976 67684 1 S N N N 0 M A 0 Files Type Files Type
62977 67685 1 S N N N 0 M A 0 Files Type Files Type
62978 67686 1 S N N N 0 M A 0 Files Type Files Type
63242 67955 1 S N N N 0 M A 0 Files Type Files Type
63245 67958 1 S N N N 0 M A 0 Files Type Files Type
60692 66983 1 S N N N 0 M A 0 Files Type Files Type
63804 68533 1 S N N N 0 M A 0 Files Type Files Type
63805 68534 1 S N N N 0 M A 0 Files Type Files Type
63053 67761 1 S N N N 0 M A 0 Files Type Files Type
63054 67762 1 S N N N 0 M A 0 Files Type Files Type
63055 67763 1 S N N N 0 M A 0 Files Type Files Type
63056 67764 1 S N N N 0 M A 0 Files Type Files Type
63057 67765 1 S N N N 0 M A 0 Files Type Files Type
63058 67766 1 S N N N 0 M A 0 Files Type Files Type
63059 67767 1 S N N N 0 M A 0 Files Type Files Type
63060 67768 1 S N N N 0 M A 0 Files Type Files Type
63061 67769 1 S N N N 0 M A 0 Files Type Files Type
63062 67770 1 S N N N 0 M A 0 Files Type Files Type
63591 68312 1 S N N N 0 M A 0 Files Type Files Type
63598 68319 1 S N N N 0 M A 0 Files Type Files Type
63349 68064 1 S N N N 0 M A 0 Files Type Files Type
63350 68065 1 S N N N 0 M A 0 Files Type Files Type
60552 66839 1 S N N N 0 M A 0 Files Type Files Type
60553 66840 1 S N N N 0 M A 0 Files Type Files Type
60554 66841 1 S N N N 0 M A 0 Files Type Files Type
63635 68357 1 S N N N 0 M A 0 Files Type Files Type
63636 68358 1 S N N N 0 M A 0 Files Type Files Type
63637 68359 1 S N N N 0 M A 0 Files Type Files Type
63638 68360 1 S N N N 0 M A 0 Files Type Files Type
63640 68362 1 S N N N 0 M A 0 Files Type Files Type
63641 68363 1 S N N N 0 M A 0 Files Type Files Type
63130 67839 1 S N N N 0 M A 0 Files Type Files Type
63136 67845 1 S N N N 0 M A 0 Files Type Files Type
63139 67848 1 S N N N 0 M A 0 Files Type Files Type
63419 68135 1 S N N N 0 M A 0 Files Type Files Type
63185 67896 1 S N N N 0 M A 0 Files Type Files Type
63191 67902 1 S N N N 0 M A 0 Files Type Files Type
63733 68459 1 S N N N 0 M A 0 Files Type Files Type
63483 68200 1 S N N N 0 M A 0 Files Type Files Type
62975 67683 1 S N N N 0 M A 0 Files Type Files Type