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 (
    58722, 59121, 58587, 58854, 58778, 58646, 
    58357, 57734, 58959, 58958, 58961, 
    58952, 58951, 58950, 58949, 58948, 
    58947, 58946, 58945, 58944, 58943, 
    58942, 58941, 58940, 58939, 58938, 
    58937, 58936, 58935, 58934, 58933, 
    58932, 58931, 58930, 58929, 58928, 
    58927, 58926, 58925, 58924
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00113

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
52992 58931 1 S N N N 0 M A 0 Files Type Files Type
52993 58932 1 S N N N 0 M A 0 Files Type Files Type
52994 58933 1 S N N N 0 M A 0 Files Type Files Type
52995 58934 1 S N N N 0 M A 0 Files Type Files Type
52996 58935 1 S N N N 0 M A 0 Files Type Files Type
52997 58936 1 S N N N 0 M A 0 Files Type Files Type
52998 58937 1 S N N N 0 M A 0 Files Type Files Type
52999 58938 1 S N N N 0 M A 0 Files Type Files Type
53000 58939 1 S N N N 0 M A 0 Files Type Files Type
53001 58940 1 S N N N 0 M A 0 Files Type Files Type
53002 58941 1 S N N N 0 M A 0 Files Type Files Type
53003 58942 1 S N N N 0 M A 0 Files Type Files Type
53004 58943 1 S N N N 0 M A 0 Files Type Files Type
53005 58944 1 S N N N 0 M A 0 Files Type Files Type
53006 58945 1 S N N N 0 M A 0 Files Type Files Type
53007 58946 1 S N N N 0 M A 0 Files Type Files Type
53008 58947 1 S N N N 0 M A 0 Files Type Files Type
53009 58948 1 S N N N 0 M A 0 Files Type Files Type
53010 58949 1 S N N N 0 M A 0 Files Type Files Type
53011 58950 1 S N N N 0 M A 0 Files Type Files Type
53012 58951 1 S N N N 0 M A 0 Files Type Files Type
53013 58952 1 S N N N 0 M A 0 Files Type Files Type
53014 58958 1 S N N N 0 M A 0 Files Type Files Type
53015 58959 1 S N N N 0 M A 0 Files Type Files Type
53016 58961 0 S N N N 0 M A 0 Files Type Files Type
52804 58722 1 S N N N 0 M A 0 Files Type Files Type
52859 58778 1 S N N N 0 M A 0 Files Type Files Type
51844 57734 1 S N N N 0 M A 0 Files Type Files Type
53161 59121 0 S N N N 0 M A 0 Files Type Files Type
52672 58587 0 S N N N 0 M A 0 Files Type Files Type
52933 58854 0 S N N N 0 M A 0 Files Type Files Type
52449 58357 0 S N N N 0 M A 0 Files Type Files Type
52985 58924 1 S N N N 0 M A 0 Files Type Files Type
52986 58925 1 S N N N 0 M A 0 Files Type Files Type
52731 58646 0 S N N N 0 M A 0 Files Type Files Type
52987 58926 1 S N N N 0 M A 0 Files Type Files Type
52988 58927 1 S N N N 0 M A 0 Files Type Files Type
52989 58928 1 S N N N 0 M A 0 Files Type Files Type
52990 58929 1 S N N N 0 M A 0 Files Type Files Type
52991 58930 1 S N N N 0 M A 0 Files Type Files Type