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 (
    73240, 73116, 72858, 72857, 73405, 73404, 
    73403, 73155, 73115, 73351, 73350, 
    73349, 73348, 72836, 73284, 73111, 
    71691, 68825, 49338, 44239, 44238, 
    42033, 73271, 73270, 73252, 73239, 
    73237, 73217, 73156, 73119, 72856, 
    72855, 72852, 72032, 71703, 71486, 
    71485, 71484, 71483, 73020
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00097

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
68364 73237 1 S N N N 0 M A 0 Files Type Files Type
68366 73239 1 S N N N 0 M A 0 Files Type Files Type
68367 73240 1 S N N N 0 M A 0 Files Type Files Type
68379 73252 1 S N N N 0 M A 0 Files Type Files Type
68397 73270 1 S N N N 0 M A 0 Files Type Files Type
68398 73271 1 S N N N 0 M A 0 Files Type Files Type
68154 73020 1 S N N N 0 M A 0 Files Type Files Type
68411 73284 1 S N N N 0 M A 0 Files Type Files Type
43836 49338 1 S N N N 0 M A 0 Files Type Files Type
66888 71691 1 S N N N 0 M A 0 Files Type Files Type
66900 71703 1 S N N N 0 M A 0 Files Type Files Type
64089 68825 1 S N N N 0 M A 0 Files Type Files Type
68473 73348 1 S N N N 0 M A 0 Files Type Files Type
68474 73349 1 S N N N 0 M A 0 Files Type Files Type
68475 73350 1 S N N N 0 M A 0 Files Type Files Type
68476 73351 1 S N N N 0 M A 0 Files Type Files Type
66688 71483 1 S N N N 0 M A 0 Files Type Files Type
66689 71484 1 S N N N 0 M A 0 Files Type Files Type
66690 71485 1 S N N N 0 M A 0 Files Type Files Type
66691 71486 1 S N N N 0 M A 0 Files Type Files Type
67979 72836 1 S N N N 0 M A 0 Files Type Files Type
36750 42033 1 S N N N 0 M A 0 Files Type Files Type
67215 72032 1 S N N N 0 M A 0 Files Type Files Type
68242 73111 1 S N N N 0 M A 0 Files Type Files Type
68246 73115 1 S N N N 0 M A 0 Files Type Files Type
68247 73116 1 S N N N 0 M A 0 Files Type Files Type
68250 73119 1 S N N N 0 M A 0 Files Type Files Type
67995 72852 1 S N N N 0 M A 0 Files Type Files Type
67998 72855 1 S N N N 0 M A 0 Files Type Files Type
67999 72856 1 S N N N 0 M A 0 Files Type Files Type
68000 72857 1 S N N N 0 M A 0 Files Type Files Type
68001 72858 1 S N N N 0 M A 0 Files Type Files Type
68526 73403 1 S N N N 0 M A 0 Files Type Files Type
68527 73404 1 S N N N 0 M A 0 Files Type Files Type
68528 73405 1 S N N N 0 M A 0 Files Type Files Type
68285 73155 1 S N N N 0 M A 0 Files Type Files Type
68286 73156 1 S N N N 0 M A 0 Files Type Files Type
38896 44238 1 S N N N 0 M A 0 Files Type Files Type
38897 44239 1 S N N N 0 M A 0 Files Type Files Type
68345 73217 1 S N N N 0 M A 0 Files Type Files Type