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 (
    67662, 67159, 67063, 67062, 67639, 67207, 
    67629, 67628, 67627, 67613, 67589, 
    67514, 66982, 66835, 66813, 65968, 
    67122, 66719, 67363, 67411, 67360, 
    66786, 66785, 66691, 61783, 67303, 
    67302, 67270, 67269, 67268, 67267, 
    67266, 67265, 67264, 67263, 67262, 
    67261, 67260, 67259, 67258
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00113

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
60434 66719 1 S N N N 0 M A 0 Files Type Files Type
60691 66982 1 S N N N 0 M A 0 Files Type Files Type
60959 67258 1 S N N N 0 M A 0 Files Type Files Type
60960 67259 1 S N N N 0 M A 0 Files Type Files Type
60961 67260 1 S N N N 0 M A 0 Files Type Files Type
60962 67261 1 S N N N 0 M A 0 Files Type Files Type
60963 67262 1 S N N N 0 M A 0 Files Type Files Type
60964 67263 1 S N N N 0 M A 0 Files Type Files Type
60965 67264 1 S N N N 0 M A 0 Files Type Files Type
60966 67265 1 S N N N 0 M A 0 Files Type Files Type
60967 67266 1 S N N N 0 M A 0 Files Type Files Type
60968 67267 1 S N N N 0 M A 0 Files Type Files Type
60969 67268 1 S N N N 0 M A 0 Files Type Files Type
60970 67269 1 S N N N 0 M A 0 Files Type Files Type
60971 67270 1 S N N N 0 M A 0 Files Type Files Type
59708 65968 1 S N N N 0 M A 0 Files Type Files Type
61001 67302 1 S N N N 0 M A 0 Files Type Files Type
61002 67303 1 S N N N 0 M A 0 Files Type Files Type
60499 66785 1 S N N N 0 M A 0 Files Type Files Type
60500 66786 1 S N N N 0 M A 0 Files Type Files Type
62810 67514 1 S N N N 0 M A 0 Files Type Files Type
60770 67062 1 S N N N 0 M A 0 Files Type Files Type
60771 67063 1 S N N N 0 M A 0 Files Type Files Type
60526 66813 1 S N N N 0 M A 0 Files Type Files Type
61057 67360 1 S N N N 0 M A 0 Files Type Files Type
60548 66835 1 S N N N 0 M A 0 Files Type Files Type
61060 67363 1 S N N N 0 M A 0 Files Type Files Type
60827 67122 1 S N N N 0 M A 0 Files Type Files Type
55710 61783 1 S N N N 0 M A 0 Files Type Files Type
62882 67589 1 S N N N 0 M A 0 Files Type Files Type
61106 67411 1 S N N N 0 M A 0 Files Type Files Type
62905 67613 1 S N N N 0 M A 0 Files Type Files Type
60863 67159 1 S N N N 0 M A 0 Files Type Files Type
62919 67627 1 S N N N 0 M A 0 Files Type Files Type
62920 67628 1 S N N N 0 M A 0 Files Type Files Type
62921 67629 1 S N N N 0 M A 0 Files Type Files Type
62931 67639 1 S N N N 0 M A 0 Files Type Files Type
62954 67662 1 S N N N 0 M A 0 Files Type Files Type
60910 67207 1 S N N N 0 M A 0 Files Type Files Type
60407 66691 1 S N N N 0 M A 0 Files Type Files Type