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 (
    94742, 94741, 94740, 94739, 94738, 94737, 
    94736, 94735, 94734, 94733, 94732, 
    94731, 94730, 94729, 94728, 94727, 
    95619, 95618, 95617, 95616, 95615, 
    95614, 95613, 95612, 95611, 95610, 
    95609, 95608, 95607, 95606, 95605, 
    95604, 95603, 95602, 95601, 95600, 
    95599, 95598, 95597, 95596
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00107

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
89205 94727 1 S N N N 0 M A 0 Files Type Files Type
89206 94728 1 S N N N 0 M A 0 Files Type Files Type
89207 94729 1 S N N N 0 M A 0 Files Type Files Type
89208 94730 1 S N N N 0 M A 0 Files Type Files Type
89209 94731 1 S N N N 0 M A 0 Files Type Files Type
89210 94732 1 S N N N 0 M A 0 Files Type Files Type
89211 94733 1 S N N N 0 M A 0 Files Type Files Type
89212 94734 1 S N N N 0 M A 0 Files Type Files Type
89213 94735 1 S N N N 0 M A 0 Files Type Files Type
89214 94736 1 S N N N 0 M A 0 Files Type Files Type
89215 94737 1 S N N N 0 M A 0 Files Type Files Type
89216 94738 1 S N N N 0 M A 0 Files Type Files Type
89217 94739 1 S N N N 0 M A 0 Files Type Files Type
89218 94740 1 S N N N 0 M A 0 Files Type Files Type
89219 94741 1 S N N N 0 M A 0 Files Type Files Type
89220 94742 1 S N N N 0 M A 0 Files Type Files Type
90049 95596 1 S N N N 0 M A 0 Files Type Files Type
90050 95597 1 S N N N 0 M A 0 Files Type Files Type
90051 95598 1 S N N N 0 M A 0 Files Type Files Type
90052 95599 1 S N N N 0 M A 0 Files Type Files Type
90053 95600 1 S N N N 0 M A 0 Files Type Files Type
90054 95601 1 S N N N 0 M A 0 Files Type Files Type
90055 95602 1 S N N N 0 M A 0 Files Type Files Type
90056 95603 1 S N N N 0 M A 0 Files Type Files Type
90057 95604 1 S N N N 0 M A 0 Files Type Files Type
90058 95605 1 S N N N 0 M A 0 Files Type Files Type
90059 95606 1 S N N N 0 M A 0 Files Type Files Type
90060 95607 1 S N N N 0 M A 0 Files Type Files Type
90061 95608 1 S N N N 0 M A 0 Files Type Files Type
90062 95609 1 S N N N 0 M A 0 Files Type Files Type
90063 95610 1 S N N N 0 M A 0 Files Type Files Type
90064 95611 1 S N N N 0 M A 0 Files Type Files Type
90065 95612 1 S N N N 0 M A 0 Files Type Files Type
90066 95613 1 S N N N 0 M A 0 Files Type Files Type
90067 95614 1 S N N N 0 M A 0 Files Type Files Type
90068 95615 1 S N N N 0 M A 0 Files Type Files Type
90069 95616 1 S N N N 0 M A 0 Files Type Files Type
90070 95617 1 S N N N 0 M A 0 Files Type Files Type
90071 95618 1 S N N N 0 M A 0 Files Type Files Type
90072 95619 1 S N N N 0 M A 0 Files Type Files Type