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 (
    69285, 69284, 69283, 69282, 69281, 69280, 
    69279, 69278, 69277, 69276, 69275, 
    69274, 69273, 69272, 69271, 69270, 
    69269, 69268, 69267, 69266, 69265, 
    69264, 69263, 69262, 69261, 69260, 
    69259, 69258, 69128, 68673, 68672, 
    68671, 68670, 68669, 68668, 69121, 
    68664, 68460, 68380, 68611
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00112

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
64512 69262 1 S N N N 0 M A 0 Files Type Files Type
64513 69263 1 S N N N 0 M A 0 Files Type Files Type
64514 69264 1 S N N N 0 M A 0 Files Type Files Type
64515 69265 1 S N N N 0 M A 0 Files Type Files Type
64516 69266 1 S N N N 0 M A 0 Files Type Files Type
64517 69267 1 S N N N 0 M A 0 Files Type Files Type
64518 69268 1 S N N N 0 M A 0 Files Type Files Type
64519 69269 1 S N N N 0 M A 0 Files Type Files Type
64520 69270 1 S N N N 0 M A 0 Files Type Files Type
64521 69271 1 S N N N 0 M A 0 Files Type Files Type
64522 69272 1 S N N N 0 M A 0 Files Type Files Type
64523 69273 1 S N N N 0 M A 0 Files Type Files Type
64524 69274 1 S N N N 0 M A 0 Files Type Files Type
64525 69275 1 S N N N 0 M A 0 Files Type Files Type
64526 69276 1 S N N N 0 M A 0 Files Type Files Type
64527 69277 1 S N N N 0 M A 0 Files Type Files Type
64528 69278 1 S N N N 0 M A 0 Files Type Files Type
64529 69279 1 S N N N 0 M A 0 Files Type Files Type
64530 69280 1 S N N N 0 M A 0 Files Type Files Type
64531 69281 1 S N N N 0 M A 0 Files Type Files Type
64532 69282 1 S N N N 0 M A 0 Files Type Files Type
64533 69283 1 S N N N 0 M A 0 Files Type Files Type
64534 69284 1 S N N N 0 M A 0 Files Type Files Type
64535 69285 1 S N N N 0 M A 0 Files Type Files Type
64375 69121 1 S N N N 0 M A 0 Files Type Files Type
64382 69128 1 S N N N 0 M A 0 Files Type Files Type
63882 68611 1 S N N N 0 M A 0 Files Type Files Type
63658 68380 1 S N N N 0 M A 0 Files Type Files Type
63933 68664 1 S N N N 0 M A 0 Files Type Files Type
63937 68668 1 S N N N 0 M A 0 Files Type Files Type
63938 68669 1 S N N N 0 M A 0 Files Type Files Type
63939 68670 1 S N N N 0 M A 0 Files Type Files Type
63940 68671 1 S N N N 0 M A 0 Files Type Files Type
63941 68672 1 S N N N 0 M A 0 Files Type Files Type
63942 68673 1 S N N N 0 M A 0 Files Type Files Type
63734 68460 1 S N N N 0 M A 0 Files Type Files Type
64508 69258 1 S N N N 0 M A 0 Files Type Files Type
64509 69259 1 S N N N 0 M A 0 Files Type Files Type
64510 69260 1 S N N N 0 M A 0 Files Type Files Type
64511 69261 1 S N N N 0 M A 0 Files Type Files Type