SELECT 
  ctl.object_id as video_id, 
  GROUP_CONCAT(
    DISTINCT ct.tag 
    ORDER BY 
      ct.tag ASC SEPARATOR ', '
  ) as tags 
FROM 
  cscart_tag_links ctl 
  LEFT JOIN cscart_tags ct ON ct.tag_id = ctl.tag_id 
WHERE 
  ctl.object_id IN (227, 966) 
GROUP BY 
  ctl.object_id

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.31"
    },
    "grouping_operation": {
      "using_filesort": false,
      "nested_loop": [
        {
          "table": {
            "table_name": "ctl",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY",
              "ids",
              "idx_tag_links_object_id"
            ],
            "key": "idx_tag_links_object_id",
            "used_key_parts": [
              "object_id"
            ],
            "key_length": "4",
            "rows_examined_per_scan": 16,
            "rows_produced_per_join": 16,
            "filtered": "100.00",
            "index_condition": "(`cscart_db`.`ctl`.`object_id` in (227,966))",
            "cost_info": {
              "read_cost": "6.11",
              "eval_cost": "1.60",
              "prefix_cost": "7.71",
              "data_read_per_join": "256"
            },
            "used_columns": [
              "tag_id",
              "object_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "ct",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "tag_id"
            ],
            "key_length": "3",
            "ref": [
              "cscart_db.ctl.tag_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 16,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "4.00",
              "eval_cost": "1.60",
              "prefix_cost": "13.31",
              "data_read_per_join": "12K"
            },
            "used_columns": [
              "tag_id",
              "tag"
            ]
          }
        }
      ]
    }
  }
}

Result

video_id tags
227 #bodycare, #Glowing Skin, #kindlifeapproved, #lightweight, #mist, #nourishing, #plumgoodness, #vanilla
966 #bodycare, #foot cream, #hydrating, #kindlifeapproved, #mist, #nourishing, #plum, #Skin Repair, #skincare