SELECT 
  q_images.*, 
  q_images_links.*, 
  q_common_descriptions.description AS alt, 
  q_images.image_id AS images_image_id 
FROM 
  q_images_links 
  LEFT JOIN q_images ON q_images_links.image_id = q_images.image_id 
  LEFT JOIN q_common_descriptions ON q_common_descriptions.object_id = q_images.image_id 
  AND q_common_descriptions.object_holder = 'images' 
  AND q_common_descriptions.lang_code = 'en' 
WHERE 
  q_images_links.object_type = 'product' 
  AND q_images_links.type = 'A' 
  AND q_images_links.object_id IN (
    '553', '554', '555', '556', '557', '558', 
    '559', '560', '561', '562', '563', 
    '564', '515', '516', '517', '518', 
    '519', '520', '521', '522', '523', 
    '524', '525', '526', '527', '528', 
    '529', '530', '531', '532'
  ) 
ORDER BY 
  q_images_links.position, 
  q_images_links.pair_id

Query time 0.00220

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "231.61"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "42.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "q_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 42,
            "rows_produced_per_join": 42,
            "filtered": "100.00",
            "index_condition": "((`portal`.`q_images_links`.`object_type` = 'product') and (`portal`.`q_images_links`.`type` = 'A') and (`portal`.`q_images_links`.`object_id` in ('553','554','555','556','557','558','559','560','561','562','563','564','515','516','517','518','519','520','521','522','523','524','525','526','527','528','529','530','531','532')))",
            "cost_info": {
              "read_cost": "80.41",
              "eval_cost": "8.40",
              "prefix_cost": "88.81",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "portal.q_images_links.image_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 42,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "42.00",
              "eval_cost": "8.40",
              "prefix_cost": "139.21",
              "data_read_per_join": "32K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "107",
            "ref": [
              "portal.q_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 42,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "42.00",
              "eval_cost": "8.40",
              "prefix_cost": "189.61",
              "data_read_per_join": "24K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ],
            "attached_condition": "<if>(is_not_null_compl(q_common_descriptions), (`portal`.`q_common_descriptions`.`object_id` = `portal`.`q_images`.`image_id`), true)"
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 81426 563 product 83369 A 0
0 1063 515 product 3040 A 1
0 1064 515 product 3041 A 2
0 1066 516 product 3043 A 10
0 1068 517 product 3045 A 10
0 1070 518 product 3047 A 10
0 1072 519 product 3049 A 10
0 1074 520 product 3051 A 10
0 1077 522 product 3054 A 10
0 1079 523 product 3056 A 10
0 1081 524 product 3058 A 10
0 1083 525 product 3060 A 10
0 1085 526 product 3062 A 10
0 1087 527 product 3064 A 10
0 1089 528 product 3066 A 10
0 1091 529 product 3068 A 10
0 1093 530 product 3070 A 10
0 1095 531 product 3072 A 10
0 1097 532 product 3074 A 10
0 1139 553 product 3116 A 10
0 1141 554 product 3118 A 10
0 1143 555 product 3120 A 10
0 1145 556 product 3122 A 10
0 1147 557 product 3124 A 10
0 1149 558 product 3126 A 10
0 1151 559 product 3128 A 10
0 1153 560 product 3130 A 10
0 1155 561 product 3132 A 10
0 1157 562 product 3134 A 10
0 1161 564 product 3138 A 10