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 (
    95076, 94797, 94796, 94795, 94794, 94793, 
    94791, 94790, 94789, 94788, 94787, 
    94786, 94785, 94784, 94783, 94782, 
    94781, 94780, 94779, 94778, 96126, 
    96125, 96124, 96123, 96122, 95224, 
    94769, 94768, 94767, 94765, 94764, 
    94763, 94762, 94761, 94754, 94753, 
    94746, 94745, 94744, 94743
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00086

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
89691 95224 1 S N N N 0 M A 0 Files Type Files Type
89221 94743 1 S N N N 0 M A 0 Files Type Files Type
89222 94744 1 S N N N 0 M A 0 Files Type Files Type
89223 94745 1 S N N N 0 M A 0 Files Type Files Type
89224 94746 1 S N N N 0 M A 0 Files Type Files Type
89230 94753 1 S N N N 0 M A 0 Files Type Files Type
89231 94754 1 S N N N 0 M A 0 Files Type Files Type
89238 94761 1 S N N N 0 M A 0 Files Type Files Type
89239 94762 1 S N N N 0 M A 0 Files Type Files Type
89240 94763 1 S N N N 0 M A 0 Files Type Files Type
89241 94764 1 S N N N 0 M A 0 Files Type Files Type
89242 94765 1 S N N N 0 M A 0 Files Type Files Type
89244 94767 1 S N N N 0 M A 0 Files Type Files Type
89245 94768 1 S N N N 0 M A 0 Files Type Files Type
89246 94769 1 S N N N 0 M A 0 Files Type Files Type
89255 94778 1 S N N N 0 M A 0 Files Type Files Type
89256 94779 1 S N N N 0 M A 0 Files Type Files Type
89257 94780 1 S N N N 0 M A 0 Files Type Files Type
89258 94781 1 S N N N 0 M A 0 Files Type Files Type
89259 94782 1 S N N N 0 M A 0 Files Type Files Type
89260 94783 1 S N N N 0 M A 0 Files Type Files Type
89261 94784 1 S N N N 0 M A 0 Files Type Files Type
89262 94785 1 S N N N 0 M A 0 Files Type Files Type
89263 94786 1 S N N N 0 M A 0 Files Type Files Type
89264 94787 1 S N N N 0 M A 0 Files Type Files Type
89265 94788 1 S N N N 0 M A 0 Files Type Files Type
89266 94789 1 S N N N 0 M A 0 Files Type Files Type
89267 94790 1 S N N N 0 M A 0 Files Type Files Type
89268 94791 1 S N N N 0 M A 0 Files Type Files Type
89269 94793 1 S N N N 0 M A 0 Files Type Files Type
89270 94794 1 S N N N 0 M A 0 Files Type Files Type
89271 94795 1 S N N N 0 M A 0 Files Type Files Type
89272 94796 1 S N N N 0 M A 0 Files Type Files Type
89273 94797 1 S N N N 0 M A 0 Files Type Files Type
90557 96122 1 S N N N 0 M A 0 Files Type Files Type
90558 96123 1 S N N N 0 M A 0 Files Type Files Type
90559 96124 1 S N N N 0 M A 0 Files Type Files Type
90560 96125 1 S N N N 0 M A 0 Files Type Files Type
90561 96126 1 S N N N 0 M A 0 Files Type Files Type
89546 95076 1 S N N N 0 M A 0 Files Type Files Type