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 (
    74072, 74071, 74056, 73996, 73977, 73815, 
    73673, 73599, 73598, 73821, 73994, 
    73976, 73740, 73734, 73880, 73819, 
    73484, 73483, 73820, 73874, 73626, 
    73873, 73872, 73871, 73870, 73869, 
    73868, 73867, 73866, 73865, 73864, 
    73863, 73862, 73861, 73860, 73859, 
    73858, 73857, 73856, 73855
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00123

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
69164 74056 1 S N N N 0 M A 0 Files Type Files Type
69179 74071 1 S N N N 0 M A 0 Files Type Files Type
69180 74072 1 S N N N 0 M A 0 Files Type Files Type
68926 73815 1 S N N N 0 M A 0 Files Type Files Type
68930 73819 1 S N N N 0 M A 0 Files Type Files Type
68931 73820 1 S N N N 0 M A 0 Files Type Files Type
68932 73821 1 S N N N 0 M A 0 Files Type Files Type
68965 73855 1 S N N N 0 M A 0 Files Type Files Type
68966 73856 1 S N N N 0 M A 0 Files Type Files Type
68967 73857 1 S N N N 0 M A 0 Files Type Files Type
68712 73598 1 S N N N 0 M A 0 Files Type Files Type
68968 73858 1 S N N N 0 M A 0 Files Type Files Type
68713 73599 1 S N N N 0 M A 0 Files Type Files Type
68969 73859 1 S N N N 0 M A 0 Files Type Files Type
68970 73860 1 S N N N 0 M A 0 Files Type Files Type
68971 73861 1 S N N N 0 M A 0 Files Type Files Type
68972 73862 1 S N N N 0 M A 0 Files Type Files Type
68973 73863 1 S N N N 0 M A 0 Files Type Files Type
68974 73864 1 S N N N 0 M A 0 Files Type Files Type
68975 73865 1 S N N N 0 M A 0 Files Type Files Type
68976 73866 1 S N N N 0 M A 0 Files Type Files Type
68977 73867 1 S N N N 0 M A 0 Files Type Files Type
68978 73868 1 S N N N 0 M A 0 Files Type Files Type
68979 73869 1 S N N N 0 M A 0 Files Type Files Type
68980 73870 1 S N N N 0 M A 0 Files Type Files Type
68981 73871 1 S N N N 0 M A 0 Files Type Files Type
68982 73872 1 S N N N 0 M A 0 Files Type Files Type
68983 73873 1 S N N N 0 M A 0 Files Type Files Type
68984 73874 1 S N N N 0 M A 0 Files Type Files Type
68990 73880 1 S N N N 0 M A 0 Files Type Files Type
68740 73626 1 S N N N 0 M A 0 Files Type Files Type
68786 73673 1 S N N N 0 M A 0 Files Type Files Type
69086 73976 1 S N N N 0 M A 0 Files Type Files Type
69087 73977 1 S N N N 0 M A 0 Files Type Files Type
68846 73734 1 S N N N 0 M A 0 Files Type Files Type
69104 73994 1 S N N N 0 M A 0 Files Type Files Type
69106 73996 1 S N N N 0 M A 0 Files Type Files Type
68852 73740 1 S N N N 0 M A 0 Files Type Files Type
68602 73483 1 S N N N 0 M A 0 Files Type Files Type
68603 73484 1 S N N N 0 M A 0 Files Type Files Type