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 (
    87149, 87148, 87147, 87146, 87478, 87461, 
    87267, 87013, 87012, 86982, 87168, 
    87437, 87163, 87162, 87438, 87288, 
    87287, 87025, 87022, 86884, 88075, 
    88074, 88073, 88072, 87072, 87071, 
    87070, 86983, 86835, 86603, 86602, 
    86601, 87357, 86850, 86849, 86848, 
    86847, 86846, 86845, 86693
  ) 
  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
81678 86982 1 S N N N 0 M A 0 Files Type Files Type
81679 86983 1 S N N N 0 M A 0 Files Type Files Type
81956 87267 1 S N N N 0 M A 0 Files Type Files Type
81707 87012 1 S N N N 0 M A 0 Files Type Files Type
81708 87013 1 S N N N 0 M A 0 Files Type Files Type
81717 87022 1 S N N N 0 M A 0 Files Type Files Type
82741 88072 1 S N N N 0 M A 0 Files Type Files Type
82742 88073 1 S N N N 0 M A 0 Files Type Files Type
82743 88074 1 S N N N 0 M A 0 Files Type Files Type
81720 87025 1 S N N N 0 M A 0 Files Type Files Type
81976 87287 1 S N N N 0 M A 0 Files Type Files Type
82744 88075 1 S N N N 0 M A 0 Files Type Files Type
81977 87288 1 S N N N 0 M A 0 Files Type Files Type
81764 87070 1 S N N N 0 M A 0 Files Type Files Type
81765 87071 1 S N N N 0 M A 0 Files Type Files Type
81766 87072 1 S N N N 0 M A 0 Files Type Files Type
82042 87357 1 S N N N 0 M A 0 Files Type Files Type
81536 86835 1 S N N N 0 M A 0 Files Type Files Type
81546 86845 1 S N N N 0 M A 0 Files Type Files Type
81547 86846 1 S N N N 0 M A 0 Files Type Files Type
81548 86847 1 S N N N 0 M A 0 Files Type Files Type
81549 86848 1 S N N N 0 M A 0 Files Type Files Type
81550 86849 1 S N N N 0 M A 0 Files Type Files Type
81551 86850 1 S N N N 0 M A 0 Files Type Files Type
81311 86601 1 S N N N 0 M A 0 Files Type Files Type
81312 86602 1 S N N N 0 M A 0 Files Type Files Type
81313 86603 1 S N N N 0 M A 0 Files Type Files Type
81838 87146 1 S N N N 0 M A 0 Files Type Files Type
81583 86884 1 S N N N 0 M A 0 Files Type Files Type
81839 87147 1 S N N N 0 M A 0 Files Type Files Type
81840 87148 1 S N N N 0 M A 0 Files Type Files Type
81841 87149 1 S N N N 0 M A 0 Files Type Files Type
81854 87162 1 S N N N 0 M A 0 Files Type Files Type
81855 87163 1 S N N N 0 M A 0 Files Type Files Type
81860 87168 1 S N N N 0 M A 0 Files Type Files Type
82119 87437 1 S N N N 0 M A 0 Files Type Files Type
82120 87438 1 S N N N 0 M A 0 Files Type Files Type
82143 87461 1 S N N N 0 M A 0 Files Type Files Type
82159 87478 1 S N N N 0 M A 0 Files Type Files Type
81400 86693 1 S N N N 0 M A 0 Files Type Files Type