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 = 'de' 
WHERE 
  a.product_id IN (
    1969, 398, 1964, 434, 383, 1927, 435, 
    419, 403, 324, 1965, 440, 1966, 431, 
    1928, 1973, 1968, 1963, 327, 1934, 2000, 
    2001, 385, 405
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00186

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "261.61"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "66.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "a",
            "access_type": "range",
            "possible_keys": [
              "c_status"
            ],
            "key": "c_status",
            "used_key_parts": [
              "product_id",
              "status"
            ],
            "key_length": "6",
            "rows_examined_per_scan": 66,
            "rows_produced_per_join": 66,
            "filtered": "100.00",
            "index_condition": "((`eshopuga_upgr_4122`.`a`.`product_id` in (1969,398,1964,434,383,1927,435,419,403,324,1965,440,1966,431,1928,1973,1968,1963,327,1934,2000,2001,385,405)) and (`eshopuga_upgr_4122`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "103.21",
              "eval_cost": "13.20",
              "prefix_cost": "116.41",
              "data_read_per_join": "151K"
            },
            "used_columns": [
              "option_id",
              "product_id",
              "company_id",
              "option_type",
              "inventory",
              "regexp",
              "required",
              "multiupload",
              "allowed_extensions",
              "max_file_size",
              "missing_variants_handling",
              "status",
              "position",
              "value"
            ]
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "option_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "eshopuga_upgr_4122.a.option_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 66,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "66.00",
              "eval_cost": "13.20",
              "prefix_cost": "195.61",
              "data_read_per_join": "224K"
            },
            "used_columns": [
              "option_id",
              "lang_code",
              "option_name",
              "option_text",
              "description",
              "comment",
              "inner_hint",
              "incorrect_message",
              "internal_option_name"
            ]
          }
        }
      ]
    }
  }
}

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
206 324 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
209 327 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
214 383 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
216 385 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
228 398 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
233 405 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
246 419 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
257 431 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
259 434 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
262 435 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
267 403 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
268 440 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
342 324 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
345 327 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
350 383 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
352 385 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
364 398 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
369 405 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
382 419 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
391 431 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
393 434 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
394 435 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
518 440 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
533 403 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
4147 1927 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4148 1928 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
400 324 1 C N N N 0 M A 1 Gift Bag Gift Bag
403 327 1 C N N N 0 M A 1 Gift Bag Gift Bag
408 383 1 C N N N 0 M A 1 Gift Bag Gift Bag
410 385 1 C N N N 0 M A 1 Gift Bag Gift Bag
422 398 1 C N N N 0 M A 1 Gift Bag Gift Bag
427 405 1 C N N N 0 M A 1 Gift Bag Gift Bag
440 419 1 C N N N 0 M A 1 Gift Bag Gift Bag
449 431 1 C N N N 0 M A 1 Gift Bag Gift Bag
451 434 1 C N N N 0 M A 1 Gift Bag Gift Bag
452 435 1 C N N N 0 M A 1 Gift Bag Gift Bag
519 440 1 C N N N 0 M A 1 Gift Bag Gift Bag
534 403 1 C N N N 0 M A 1 Gift Bag Gift Bag
458 324 1 I N Y N 0 M A 2 Delivery Date Delivery Date
461 327 1 I N Y N 0 M A 2 Delivery Date Delivery Date
466 383 1 I N Y N 0 M A 2 Delivery Date Delivery Date
468 385 1 I N Y N 0 M A 2 Delivery Date Delivery Date
480 398 1 I N Y N 0 M A 2 Delivery Date Delivery Date
485 405 1 I N Y N 0 M A 2 Delivery Date Delivery Date
498 419 1 I N Y N 0 M A 2 Delivery Date Delivery Date
507 431 1 I N Y N 0 M A 2 Delivery Date Delivery Date
509 434 1 I N Y N 0 M A 2 Delivery Date Delivery Date
510 435 1 I N Y N 0 M A 2 Delivery Date Delivery Date
520 440 1 I N Y N 0 M A 2 Delivery Date Delivery Date
535 403 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4158 1927 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4159 1928 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4165 1934 1 I N Y N 0 M A 2 Delivery Date Delivery Date