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 (
    74405, 74404, 74403, 74402, 74401, 74400, 
    74399, 74398, 74397, 74396, 74395, 
    74394, 73974, 74268, 74180, 74091, 
    73995, 73744, 74267, 73822, 73690, 
    73601, 74090, 74089, 74088, 74087, 
    74086, 74085, 74084, 74083, 74082, 
    74081, 74080, 74079, 74078, 74077, 
    74076, 74075, 74074, 74073
  ) 
  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
69181 74073 1 S N N N 0 M A 0 Files Type Files Type
69182 74074 1 S N N N 0 M A 0 Files Type Files Type
69183 74075 1 S N N N 0 M A 0 Files Type Files Type
69184 74076 1 S N N N 0 M A 0 Files Type Files Type
69185 74077 1 S N N N 0 M A 0 Files Type Files Type
69186 74078 1 S N N N 0 M A 0 Files Type Files Type
69187 74079 1 S N N N 0 M A 0 Files Type Files Type
69188 74080 1 S N N N 0 M A 0 Files Type Files Type
68933 73822 1 S N N N 0 M A 0 Files Type Files Type
69189 74081 1 S N N N 0 M A 0 Files Type Files Type
69190 74082 1 S N N N 0 M A 0 Files Type Files Type
69191 74083 1 S N N N 0 M A 0 Files Type Files Type
69192 74084 1 S N N N 0 M A 0 Files Type Files Type
69193 74085 1 S N N N 0 M A 0 Files Type Files Type
69194 74086 1 S N N N 0 M A 0 Files Type Files Type
69195 74087 1 S N N N 0 M A 0 Files Type Files Type
69196 74088 1 S N N N 0 M A 0 Files Type Files Type
69197 74089 1 S N N N 0 M A 0 Files Type Files Type
69198 74090 1 S N N N 0 M A 0 Files Type Files Type
69199 74091 1 S N N N 0 M A 0 Files Type Files Type
68715 73601 1 S N N N 0 M A 0 Files Type Files Type
69493 74394 1 S N N N 0 M A 0 Files Type Files Type
69494 74395 1 S N N N 0 M A 0 Files Type Files Type
69495 74396 1 S N N N 0 M A 0 Files Type Files Type
69496 74397 1 S N N N 0 M A 0 Files Type Files Type
69497 74398 1 S N N N 0 M A 0 Files Type Files Type
69498 74399 1 S N N N 0 M A 0 Files Type Files Type
69499 74400 1 S N N N 0 M A 0 Files Type Files Type
69500 74401 1 S N N N 0 M A 0 Files Type Files Type
69501 74402 1 S N N N 0 M A 0 Files Type Files Type
69502 74403 1 S N N N 0 M A 0 Files Type Files Type
69503 74404 1 S N N N 0 M A 0 Files Type Files Type
69504 74405 1 S N N N 0 M A 0 Files Type Files Type
69285 74180 1 S N N N 0 M A 0 Files Type Files Type
68803 73690 1 S N N N 0 M A 0 Files Type Files Type
69084 73974 1 S N N N 0 M A 0 Files Type Files Type
69105 73995 1 S N N N 0 M A 0 Files Type Files Type
68856 73744 1 S N N N 0 M A 0 Files Type Files Type
69371 74267 1 S N N N 0 M A 0 Files Type Files Type
69372 74268 1 S N N N 0 M A 0 Files Type Files Type