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 (
    67257, 67256, 66534, 67158, 67208, 67196, 
    67195, 66979, 66878, 66812, 66787, 
    66527, 65967, 66881, 67016, 67014, 
    66981, 66980, 66784, 66622, 66621, 
    66393, 61786, 66986, 66985, 66978, 
    66846, 66843, 66842, 66783, 66780, 
    66286, 66283, 66214, 66779, 65966, 
    66533, 66729, 66594, 66287
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00082

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
60687 66978 1 S N N N 0 M A 0 Files Type Files Type
60688 66979 1 S N N N 0 M A 0 Files Type Files Type
60689 66980 1 S N N N 0 M A 0 Files Type Files Type
60690 66981 1 S N N N 0 M A 0 Files Type Files Type
60694 66985 1 S N N N 0 M A 0 Files Type Files Type
60695 66986 1 S N N N 0 M A 0 Files Type Files Type
60444 66729 1 S N N N 0 M A 0 Files Type Files Type
60957 67256 1 S N N N 0 M A 0 Files Type Files Type
60958 67257 1 S N N N 0 M A 0 Files Type Files Type
59948 66214 1 S N N N 0 M A 0 Files Type Files Type
60723 67014 1 S N N N 0 M A 0 Files Type Files Type
60725 67016 1 S N N N 0 M A 0 Files Type Files Type
59706 65966 1 S N N N 0 M A 0 Files Type Files Type
59707 65967 1 S N N N 0 M A 0 Files Type Files Type
60494 66779 1 S N N N 0 M A 0 Files Type Files Type
60495 66780 1 S N N N 0 M A 0 Files Type Files Type
60497 66783 1 S N N N 0 M A 0 Files Type Files Type
60498 66784 1 S N N N 0 M A 0 Files Type Files Type
60501 66787 1 S N N N 0 M A 0 Files Type Files Type
60251 66527 1 S N N N 0 M A 0 Files Type Files Type
60257 66533 1 S N N N 0 M A 0 Files Type Files Type
60258 66534 1 S N N N 0 M A 0 Files Type Files Type
60525 66812 1 S N N N 0 M A 0 Files Type Files Type
60014 66283 1 S N N N 0 M A 0 Files Type Files Type
60017 66286 1 S N N N 0 M A 0 Files Type Files Type
60018 66287 1 S N N N 0 M A 0 Files Type Files Type
60555 66842 1 S N N N 0 M A 0 Files Type Files Type
60556 66843 1 S N N N 0 M A 0 Files Type Files Type
60559 66846 1 S N N N 0 M A 0 Files Type Files Type
60317 66594 1 S N N N 0 M A 0 Files Type Files Type
55713 61786 1 S N N N 0 M A 0 Files Type Files Type
60590 66878 1 S N N N 0 M A 0 Files Type Files Type
60593 66881 1 S N N N 0 M A 0 Files Type Files Type
60343 66621 1 S N N N 0 M A 0 Files Type Files Type
60344 66622 1 S N N N 0 M A 0 Files Type Files Type
60862 67158 1 S N N N 0 M A 0 Files Type Files Type
60120 66393 1 S N N N 0 M A 0 Files Type Files Type
60898 67195 1 S N N N 0 M A 0 Files Type Files Type
60899 67196 1 S N N N 0 M A 0 Files Type Files Type
60911 67208 1 S N N N 0 M A 0 Files Type Files Type