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 (
    100213, 100212, 100211, 100210, 100208, 
    100207, 100192, 100174, 93464, 100169, 
    100168, 100167, 100138, 100137, 100132, 
    100067, 100046, 100037, 99649, 99639
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00060

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range PRIMARY,c_status c_status 6 20 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
94471 100132 1 S N N N 0 M A 0 Files Type Files Type
94476 100137 1 S N N N 0 M A 0 Files Type Files Type
94477 100138 1 S N N N 0 M A 0 Files Type Files Type
93989 99639 1 S N N N 0 M A 0 Files Type Files Type
94505 100167 1 S N N N 0 M A 0 Files Type Files Type
94506 100168 1 S N N N 0 M A 0 Files Type Files Type
94507 100169 1 S N N N 0 M A 0 Files Type Files Type
93999 99649 1 S N N N 0 M A 0 Files Type Files Type
94512 100174 1 S N N N 0 M A 0 Files Type Files Type
94529 100192 1 S N N N 0 M A 0 Files Type Files Type
94544 100207 1 S N N N 0 M A 0 Files Type Files Type
94545 100208 1 S N N N 0 M A 0 Files Type Files Type
94547 100210 1 S N N N 0 M A 0 Files Type Files Type
94548 100211 1 S N N N 0 M A 0 Files Type Files Type
94549 100212 1 S N N N 0 M A 0 Files Type Files Type
94550 100213 1 S N N N 0 M A 0 Files Type Files Type
87972 93464 1 S N N N 0 M A 0 Files Type Files Type
94378 100037 1 S N N N 0 M A 0 Files Type Files Type
94387 100046 1 S N N N 0 M A 0 Files Type Files Type
94407 100067 1 S N N N 0 M A 0 Files Type Files Type