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 (
    42487, 42577, 42576, 42575, 42574, 42573, 
    42572, 42478, 42787, 42817, 42638, 
    42589, 42493, 42492, 42491, 42630, 
    42629, 42518, 42568, 42422
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00055

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
37132 42422 0 S N N N 0 M A 0 Files Type Files Type
37186 42478 0 S N N N 0 M A 0 Files Type Files Type
37195 42487 0 S N N N 0 M A 0 Files Type Files Type
37199 42491 0 S N N N 0 M A 0 Files Type Files Type
37200 42492 0 S N N N 0 M A 0 Files Type Files Type
37201 42493 0 S N N N 0 M A 0 Files Type Files Type
37223 42518 0 S N N N 0 M A 0 Files Type Files Type
37484 42787 0 S N N N 0 M A 0 Files Type Files Type
37513 42817 0 S N N N 0 M A 0 Files Type Files Type
37271 42568 0 S N N N 0 M A 0 Files Type Files Type
37275 42572 0 S N N N 0 M A 0 Files Type Files Type
37276 42573 0 S N N N 0 M A 0 Files Type Files Type
37277 42574 0 S N N N 0 M A 0 Files Type Files Type
37278 42575 0 S N N N 0 M A 0 Files Type Files Type
37279 42576 0 S N N N 0 M A 0 Files Type Files Type
37280 42577 0 S N N N 0 M A 0 Files Type Files Type
37292 42589 0 S N N N 0 M A 0 Files Type Files Type
37331 42629 0 S N N N 0 M A 0 Files Type Files Type
37332 42630 0 S N N N 0 M A 0 Files Type Files Type
37340 42638 0 S N N N 0 M A 0 Files Type Files Type