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 (
    72204, 70361, 73117, 73112, 71487, 72922, 
    72854, 72853, 72851, 71741, 71202, 
    71175, 71174, 71432, 71152, 71742, 
    71123, 71178, 42032, 71586, 71585, 
    71318, 71549, 71433, 70126, 71459, 
    71014, 70360, 71345, 71344, 71285, 
    71177, 71319, 71290, 71107, 71022, 
    71284, 71277, 71228, 71227
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00147

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
66325 71107 1 S N N N 0 M A 0 Files Type Files Type
66340 71123 1 S N N N 0 M A 0 Files Type Files Type
67379 72204 1 S N N N 0 M A 0 Files Type Files Type
65597 70360 1 S N N N 0 M A 0 Files Type Files Type
65598 70361 1 S N N N 0 M A 0 Files Type Files Type
66368 71152 1 S N N N 0 M A 0 Files Type Files Type
66639 71432 1 S N N N 0 M A 0 Files Type Files Type
65359 70126 1 S N N N 0 M A 0 Files Type Files Type
66640 71433 1 S N N N 0 M A 0 Files Type Files Type
66389 71174 1 S N N N 0 M A 0 Files Type Files Type
66390 71175 1 S N N N 0 M A 0 Files Type Files Type
66392 71177 1 S N N N 0 M A 0 Files Type Files Type
66393 71178 1 S N N N 0 M A 0 Files Type Files Type
66665 71459 1 S N N N 0 M A 0 Files Type Files Type
66416 71202 1 S N N N 0 M A 0 Files Type Files Type
66937 71741 1 S N N N 0 M A 0 Files Type Files Type
66938 71742 1 S N N N 0 M A 0 Files Type Files Type
66692 71487 1 S N N N 0 M A 0 Files Type Files Type
66441 71227 1 S N N N 0 M A 0 Files Type Files Type
66442 71228 1 S N N N 0 M A 0 Files Type Files Type
36749 42032 1 S N N N 0 M A 0 Files Type Files Type
68243 73112 1 S N N N 0 M A 0 Files Type Files Type
68248 73117 1 S N N N 0 M A 0 Files Type Files Type
67994 72851 1 S N N N 0 M A 0 Files Type Files Type
67996 72853 1 S N N N 0 M A 0 Files Type Files Type
67997 72854 1 S N N N 0 M A 0 Files Type Files Type
66229 71014 1 S N N N 0 M A 0 Files Type Files Type
66489 71277 1 S N N N 0 M A 0 Files Type Files Type
66237 71022 1 S N N N 0 M A 0 Files Type Files Type
66496 71284 1 S N N N 0 M A 0 Files Type Files Type
66752 71549 1 S N N N 0 M A 0 Files Type Files Type
66497 71285 1 S N N N 0 M A 0 Files Type Files Type
66502 71290 1 S N N N 0 M A 0 Files Type Files Type
68061 72922 1 S N N N 0 M A 0 Files Type Files Type
66529 71318 1 S N N N 0 M A 0 Files Type Files Type
66530 71319 1 S N N N 0 M A 0 Files Type Files Type
66786 71585 1 S N N N 0 M A 0 Files Type Files Type
66787 71586 1 S N N N 0 M A 0 Files Type Files Type
66554 71344 1 S N N N 0 M A 0 Files Type Files Type
66555 71345 1 S N N N 0 M A 0 Files Type Files Type